Home | History | Annotate | Download | only in json_schema
      1 {
      2   "type": "object",
      3   "patternProperties": {
      4     "^.$": { "type": "any" }
      5   }
      6 }
      7