{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Counts",
"title": "Counts",
"type": "object",
"required": [
"routingPrefixUpdated",
"routingPrefixFailed"
],
"properties": {
"routingPrefixUpdated": {
"type": "number",
"description": "Indicates the total number of records whose routing prefix update is successful."
},
"routingPrefixFailed": {
"type": "number",
"description": "Indicates the total number of records whose routing prefix update failed."
}
}
}