1{ 2 "$schema": "http://json-schema.org/draft-04/schema#", 3 "id": "./test3-model-schema.json", 4 "title": "test3-model-schema", 5 "description": "Test schema responses", 6 "definitions": { 7 "b": { 8 "type": "array", 9 "items": { 10 "type": "string" 11 } 12 } 13 } 14}