{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-structure/public-api-personal-identifiers-structure.json", "name": "PersonalIdentifiers", "description": "The person's personal identifiers (e.g. tax identification number).", "type": "object", "properties": { "taxIdentificationNumber": { "type": "string", "nullable": true, "description": "Person tax identification number.", "example": 1234567890 }, "serviceProviderId": { "type": "string", "nullable": true, "description": "External service provider ID i.e. Courier Id.", "example": "12345ba6-789e-123f-4e56-d78db90d123b" } } }