{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FetchResult_CustomerModel", "title": "FetchResult_CustomerModel", "type": "object", "properties": { "@recordsetCount": { "type": "integer" }, "value": { "type": "array", "items": { "$ref": "#/components/schemas/CustomerModel" } } } }