{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/_WelcomePopularDashboard", "title": "_WelcomePopularDashboard", "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "description": { "type": "string" }, "team_id": { "type": "integer" }, "url": { "type": "string" } }, "required": [ "description", "id", "name", "team_id", "url" ] }