{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ImplicitlyOrExplicitlyUnreachable", "title": "ImplicitlyOrExplicitlyUnreachable", "type": "object", "properties": { "reachable_status": { "type": "string", "enum": [ "implicitly_or_explicitly_unreachable" ] } }, "required": [ "reachable_status" ] }