iam_zipcode

The zipcode or postal code where the user lives.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-zipcode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_zipcode",
  "title": "iam_zipcode",
  "description": "The zipcode or postal code where the user lives.",
  "example": "12345",
  "maxLength": 20,
  "nullable": true,
  "type": "string"
}