big tings
This commit is contained in:
19
registry/schema-org/Corporation.schema.json
Normal file
19
registry/schema-org/Corporation.schema.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user