UNPKG

fbp-spec

Version:

Data-driven FBP component/graph testing tool

13 lines 322 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]" } } }