{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/labguru/main/json-schema/createSequence.json", "title": "createSequence", "allOf": [ { "$ref": "#/components/schemas/SequenceBaseRequest" }, { "type": "object", "properties": { "item": { "type": "object", "required": [ "title", "seq" ] } } } ] }