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