UNPKG

postman-runtime

Version:

Underlying library of executing Postman Collections (used by Newman)

37 lines (36 loc) 873 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "required": ["info", "updates"], "properties": { "info": { "type": "object", "required": ["name", "version"], "properties": { "name": { "type": "string" }, "version": { "type": "string" } } }, "updates": { "type": "array", "minItems": 0, "items": { "required": ["property", "type"], "type": "object", "properties": { "property": { "type": "string" }, "type": { "type": "string" } } }, "uniqueItems": true } } }