{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VerificationErrors", "title": "VerificationErrors", "properties": { "problems": { "x-addedInVersion": "2", "description": "List of the verification errors.", "items": { "$ref": "#/components/schemas/CapabilityProblem" }, "type": "array" } }, "type": "object" }