{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SimpleListWrapperGroupName", "title": "SimpleListWrapperGroupName", "additionalProperties": false, "properties": { "callback": { "$ref": "#/components/schemas/ListWrapperCallbackGroupName" }, "items": { "items": { "$ref": "#/components/schemas/GroupName" }, "type": "array" }, "max-results": { "format": "int32", "type": "integer", "xml": { "attribute": true, "name": "max-results" } }, "pagingCallback": { "$ref": "#/components/schemas/ListWrapperCallbackGroupName" }, "size": { "format": "int32", "type": "integer", "xml": { "attribute": true } } }, "type": "object", "xml": { "name": "list" } }