Home | History | Annotate | Download | only in json_schema
      1 [
      2   {
      3     "id": "MinLengthString",
      4     "type": "string",
      5     "minLength": 2
      6   },
      7   {
      8     "id": "Max10Int",
      9     "type": "integer",
     10     "maximum": 10
     11   }
     12 ]
     13