UNPKG

fbp-spec

Version:

Data-driven FBP component/graph testing tool

12 lines (11 loc) 298 B
--- id: base.json "$schema": "http://json-schema.org/draft-04/schema" title: Base definitions definitions: JsonPath: type: string description: 'JsonPath, see http://goessner.net/articles/JsonPath/' format: jsonpath example: "products.book[2]" # pattern: "" # TODO: define regex