{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TeamConfigDto", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "code": { "type": "string" }, "defaultSubjectId": { "type": "string" }, "userIds": { "type": "array" } } }