{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SoftwareNavigationInfo", "title": "SoftwareNavigationInfo", "properties": { "boardId": { "format": "int64", "type": "integer" }, "boardName": { "type": "string" }, "simpleBoard": { "type": "boolean" }, "totalBoardsInProject": { "format": "int64", "type": "integer" } }, "type": "object" }