{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:Corporation", "title": "Corporation", "description": "Organization: A business corporation.", "type": "object", "allOf": [ { "description": "An organization such as a school, NGO, corporation, club, etc.", "$ref": "schema:Organization" } ], "properties": { "tickerSymbol": { "description": "The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we recommend using the controlled vocabulary of Market Identifier Codes (MIC) specified in ISO 15022.", "type": "string" } } }