UNPKG

322 BJSONView Raw
1{
2 "id": "base.json",
3 "$schema": "http://json-schema.org/draft-04/schema",
4 "title": "Base definitions",
5 "definitions": {
6 "JsonPath": {
7 "type": "string",
8 "description": "JsonPath, see http://goessner.net/articles/JsonPath/",
9 "format": "jsonpath",
10 "example": "products.book[2]"
11 }
12 }
13}
\No newline at end of file