{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_HrisEmployee_groups", "title": "property_HrisEmployee_groups", "description": "Which groups/teams/units that this employee/user belongs to. May not have all of the Group fields present, but should have id, name, or email.", "items": { "$ref": "#/components/schemas/HrisGroup" }, "type": "array" }