{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProjectMembershipCompactResponse", "title": "ProjectMembershipCompactResponse", "allOf": [ { "$ref": "#/components/schemas/ProjectMembershipCompact" }, { "type": "object", "properties": { "resource_type": { "description": "The base type of this resource.", "type": "string", "example": "membership" }, "resource_subtype": { "description": "Type of the membership.", "type": "string", "example": "project_membership" } } } ] }