From c569a4c58cf29778df28392b48e20ffebdbc518e Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 19 May 2013 01:14:42 +0200 Subject: o Initial import of the Scala version of the Collection+JSON explorer. --- .../public/examples/from-spec/error.collection+json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/main/resources/public/examples/from-spec/error.collection+json (limited to 'src/main/resources/public/examples/from-spec/error.collection+json') diff --git a/src/main/resources/public/examples/from-spec/error.collection+json b/src/main/resources/public/examples/from-spec/error.collection+json new file mode 100644 index 0000000..bd67e3e --- /dev/null +++ b/src/main/resources/public/examples/from-spec/error.collection+json @@ -0,0 +1,12 @@ +{ "collection" : + { + "version" : "1.0", + "href" : "http://example.org/friends/", + + "error" : { + "title" : "Server Error", + "code" : "X1C2", + "message" : "The server have encountered an error, please wait and try again." + } + } +} -- cgit v1.2.3