{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ErrorTrackingIssueCohort", "title": "ErrorTrackingIssueCohort", "additionalProperties": false, "properties": { "id": { "title": "Id", "type": "number" }, "name": { "title": "Name", "type": "string" } }, "required": [ "id", "name" ], "type": "object" }