{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ArrayOfIds", "type": "array", "items": { "type": "string", "format": "uuid", "xml": { "name": "id" } }, "xml": { "wrapped": true } }