UNPKG

298 BYAMLView Raw
1---
2id: base.json
3"$schema": "http://json-schema.org/draft-04/schema"
4title: Base definitions
5definitions:
6 JsonPath:
7 type: string
8 description: 'JsonPath, see http://goessner.net/articles/JsonPath/'
9 format: jsonpath
10 example: "products.book[2]"
11# pattern: "" # TODO: define regex