{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/contentFilterDetectedWithCitationResult", "title": "contentFilterDetectedWithCitationResult", "type": "object", "allOf": [ { "$ref": "#/components/schemas/contentFilterDetectedResult" }, { "properties": { "citation": { "type": "object", "properties": { "URL": { "type": "string" }, "license": { "type": "string" } } } } } ], "required": [ "detected", "filtered" ] }