{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ErrorTrackingExternalReferenceIntegrationResult", "title": "ErrorTrackingExternalReferenceIntegrationResult", "type": "object", "properties": { "id": { "type": "integer", "readOnly": true }, "kind": { "type": "string", "readOnly": true }, "display_name": { "type": "string", "readOnly": true } }, "required": [ "display_name", "id", "kind" ] }