access_geo

APIs.ioEngineeringPlatform

Properties

Name Type Description
country string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-geo-schema.json Raw ↑
{
  "$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"
}