{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ShardStatus", "title": "ShardStatus", "description": "The status of a single shard", "properties": { "status": { "type": "string", "description": "Status of the shard" } } }