UNPKG

shipengine-json-schema

Version:
22 lines 399 B
{ "$id": "create_tag_response_body", "title": "create_tag_response_body", "type": "object", "additionalProperties": false, "allOf": [ { "title": "tag", "type": "object", "required": [ "name" ], "additionalProperties": false, "properties": { "name": { "type": "string", "minLength": 1 } } } ] }