{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LabelDetails", "title": "LabelDetails", "required": [ "label" ], "type": "object", "properties": { "label": { "$ref": "#/components/schemas/Label" }, "associatedContents": { "$ref": "#/components/schemas/LabeledContentPageResponse" } } }