{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MembershipCompact", "title": "MembershipCompact", "type": "object", "properties": { "gid": { "type": "string", "readOnly": true, "example": "12345" }, "resource_type": { "type": "string", "readOnly": true, "example": "membership" } } }