{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Status", "title": "Status", "type": "string", "enum": [ "OK", "ERRORS" ], "description": " * `OK` - Everything is good.\n * `ERRORS` - Validation has failed with errors.\n" }