{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserGroupsResponseSchema", "title": "UserGroupsResponseSchema", "allOf": [ { "$ref": "#/components/schemas/Group" }, { "type": "object", "additionalProperties": true, "properties": { "membership_created_at": { "type": "string", "description": "Timestamp of when the group membership was added.", "format": "date-time" } } } ] }