{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "FhirStoreMetric", "description": "Count of resources and total storage size by type for a given FHIR store.", "properties": { "count": { "description": "The total count of FHIR resources in the store of this resource type.", "format": "int64", "type": "string" }, "resourceType": { "description": "The FHIR resource type this metric applies to.", "type": "string" }, "structuredStorageSizeBytes": { "description": "The total amount of structured storage used by FHIR resources of this resource type in the store.", "format": "int64", "type": "string" } }, "type": "object" }