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

{
  "choices": [
    { "type": "null" },
    { "type": "integer", "minimum": 42, "maximum": 43 },
    { "type": "object", "properties": { "foo": { "type": "string" } } }
  ]
}