{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/patterns/nestedIdentification.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/patterns/nestedIdentification.schema.json",
  "type": "string",
  "title": "Nested identifier",
  "description": "Used to define fields or nested fields.",
  "pattern": "^([a-zA-Z][a-zA-Z0-9.]*)$",
  "minLength": 2,
  "examples": [
    "candidate",
    "candidate.firstName"
  ]
}
