{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "GroupOrSegment", "description": "Construct representing a logical group or a segment.", "properties": { "group": { "$ref": "#/components/schemas/SchemaGroup" }, "segment": { "$ref": "#/components/schemas/SchemaSegment" } }, "type": "object" }