{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CapabilityProblem", "title": "CapabilityProblem", "properties": { "entity": { "description": "Contains the type of the entity and the corresponding ID.", "$ref": "#/components/schemas/CapabilityProblemEntity" }, "verificationErrors": { "description": "Contains information about the verification error.", "items": { "$ref": "#/components/schemas/VerificationError" }, "type": "array" } }, "type": "object" }