A list of country-specific company identifiers.
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "CompanyIdentifiers", "description": "A list of country-specific company identifiers.\n", "type": "array", "items": { "$ref": "#/components/schemas/CompanyIdentifier" } }