{ "id": "DirectoryOrgUnit", "module_id": "DirectoryService", "properties": { "children": { "description": "List of children Organization Units if any.", "items": { "$ref": "DirectoryOrgUnit }, "maxItems": 500, "required": true, "title": "List of children Organization Units", "type": "array" }, "distinguished_name": { "description": "Distinguished name of the organization unit.", "required": true, "title": "Distinguished name", "type": "string" }, "name": { "description": "Organization Unit name.", "required": true, "title": "Organization Unit name", "type": "string" } }, "title": "Organization Unit", "type": "object" }