{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProjectLandingPageInfo", "title": "ProjectLandingPageInfo", "additionalProperties": false, "properties": { "attributes": { "additionalProperties": { "type": "string" }, "type": "object" }, "boardId": { "format": "int64", "type": "integer" }, "boardName": { "type": "string" }, "projectKey": { "type": "string" }, "projectType": { "type": "string" }, "queueCategory": { "type": "string" }, "queueId": { "format": "int64", "type": "integer" }, "queueName": { "type": "string" }, "simpleBoard": { "type": "boolean" }, "simplified": { "type": "boolean" }, "url": { "type": "string" } }, "type": "object" }