github.com/icyphox/x@v0.0.355-0.20220311094250-029bd783e8b8/jsonschemax/stub/nested-simple-array.schema.json (about) 1 { 2 "$schema": "http://json-schema.org/draft-07/schema#", 3 "properties": { 4 "providers": { 5 "type": "array", 6 "items": { 7 "type": "object", 8 "properties": { 9 "id": { 10 "type": "string" 11 } 12 } 13 } 14 } 15 } 16 }