UNPKG

rivet

Version:

Suite of utilities for working with the Rivet consumer-driven API contacts testing model.

16 lines (13 loc) 219 B
{ "title": "my schema", "required": [ "data" ], "properties": { "data": { "type": "object", "required": [ "name" ], "properties": { "name": { "type": "string" } } } } }