{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:PoliticalParty", "title": "PoliticalParty", "description": "Organization: Political Party.", "type": "object", "allOf": [ { "description": "An organization such as a school, NGO, corporation, club, etc.", "$ref": "schema:Organization" } ] }