{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ErrorTrackingIssueAssignee", "title": "ErrorTrackingIssueAssignee", "additionalProperties": false, "properties": { "id": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "title": "Id" }, "type": { "$ref": "#/components/schemas/ErrorTrackingIssueAssigneeType" } }, "required": [ "id", "type" ], "type": "object" }