{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ServiceReviewList", "title": "ServiceReviewList", "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ServiceReviewResponse" } }, "total": { "type": "integer", "example": 15 }, "offset": { "type": "integer", "example": 0 } } }