{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ProjectRef", "type": "object", "description": "A reference to a Jira project.", "properties": { "self": { "type": "string" }, "id": { "type": "string" }, "key": { "type": "string" }, "name": { "type": "string" }, "projectTypeKey": { "type": "string" } } }