summaryrefslogtreecommitdiff
path: root/src/main/resources/public/examples/from-spec/queries.collection+json
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-05-19 01:14:42 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2013-05-19 10:21:38 +0200
commitc569a4c58cf29778df28392b48e20ffebdbc518e (patch)
tree5148d1bd03b8efbb281fb4c4dc66d63cc38cf1c9 /src/main/resources/public/examples/from-spec/queries.collection+json
downloadcollection-json-explorer-scala-c569a4c58cf29778df28392b48e20ffebdbc518e.tar.gz
collection-json-explorer-scala-c569a4c58cf29778df28392b48e20ffebdbc518e.tar.bz2
collection-json-explorer-scala-c569a4c58cf29778df28392b48e20ffebdbc518e.tar.xz
collection-json-explorer-scala-c569a4c58cf29778df28392b48e20ffebdbc518e.zip
o Initial import of the Scala version of the Collection+JSON explorer.
Diffstat (limited to 'src/main/resources/public/examples/from-spec/queries.collection+json')
-rw-r--r--src/main/resources/public/examples/from-spec/queries.collection+json14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/main/resources/public/examples/from-spec/queries.collection+json b/src/main/resources/public/examples/from-spec/queries.collection+json
new file mode 100644
index 0000000..880639c
--- /dev/null
+++ b/src/main/resources/public/examples/from-spec/queries.collection+json
@@ -0,0 +1,14 @@
+{ "collection" :
+ {
+ "version" : "1.0",
+ "href" : "http://example.org/friends/",
+
+ "queries" : [
+ {"rel" : "search", "href" : "http://example.org/friends/search", "prompt" : "Search",
+ "data" : [
+ {"name" : "search", "value" : ""}
+ ]
+ }
+ ]
+ }
+}