registrar-api_first_name

User's first name

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-registrar-api-first-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/registrar-api_first_name",
  "title": "registrar-api_first_name",
  "description": "User's first name",
  "example": "John",
  "maxLength": 60,
  "nullable": true,
  "type": "string"
}