{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DesktopLayoutBulkExportDTO", "title": "DesktopLayoutBulkExportDTO", "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "jsonFileName": { "type": "string" }, "teamNames": { "type": "array", "items": { "type": "string" } }, "id": { "type": "string" } } }