{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OverallHealthEnum", "title": "OverallHealthEnum", "enum": [ "healthy", "needs_attention" ], "type": "string", "description": "* `healthy` - healthy\n* `needs_attention` - needs_attention" }