{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_geo", "title": "access_geo", "example": { "country": "US" }, "properties": { "country": { "type": "string" } }, "type": "object" }