{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Hl7V2StoreMetrics",
"description": "List of metrics for a given HL7v2 store.",
"properties": {
"metrics": {
"description": "List of HL7v2 store metrics by message type.",
"items": {
"$ref": "#/components/schemas/Hl7V2StoreMetric"
},
"type": "array"
},
"name": {
"description": "The resource name of the HL7v2 store to get metrics for, in the format `projects/{project_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}`.",
"type": "string"
}
},
"type": "object"
}