chromium/components/test/data/json_schema/reference_types.json

[
  {
    "id": "MinLengthString",
    "type": "string",
    "minLength": 2
  },
  {
    "id": "Max10Int",
    "type": "integer",
    "maximum": 10
  }
]