{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NodeCompatibilityIssueAffectedResource", "title": "NodeCompatibilityIssueAffectedResource", "type": "object", "properties": { "id": { "description": "ID of the affected resource.", "type": "string" }, "type": { "description": "Type of the affected resource.", "type": "string" }, "parent_code": { "description": "Parent Issue Code.", "type": "string" }, "details": { "description": "Deatils of the affected resource.", "type": "array", "items": { "type": "string" } } } }