iam_country

The country in which the user lives.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-country-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_country",
  "title": "iam_country",
  "description": "The country in which the user lives.",
  "example": "US",
  "maxLength": 30,
  "nullable": true,
  "type": "string"
}