{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PortfolioMembershipCompactResponse", "title": "PortfolioMembershipCompactResponse", "allOf": [ { "$ref": "#/components/schemas/PortfolioMembershipCompact" }, { "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": "portfolio_membership" } } } ] }