{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "sharesOutstandingResponseObject", "type": "object", "properties": { "fsymId": { "type": "string" }, "date": { "type": "string" }, "documentId": { "type": "string" }, "requestId": { "type": "string" }, "reportDate": { "type": "string" }, "publicationDate": { "type": "string" }, "fiscalYear": { "type": "integer" }, "reportingPeriodDescription": { "type": "string" }, "reportingPeriod": { "type": "integer" }, "description": { "type": "string" }, "adrDescription": { "type": "string" }, "adrRatio": { "type": "number" }, "adrFsymId": { "type": "string" }, "totalOutstanding": { "type": "number" }, "adrTotalOutstanding": { "type": "number" } } }