{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/patterns/name.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/patterns/name.schema.json",
  "type": "string",
  "title": "Name",
  "description": "A name for an app, table, etc. It has a min length of 1 character.",
  "pattern": "^.*$",
  "minLength": 1,
  "examples": [
    "First Name"
  ]
}
