{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProvidersCount", "title": "ProvidersCount", "type": "object", "properties": { "TOTAL": { "$ref": "#/components/schemas/TotalCount" } } }