availity · Schema

ServiceReviewList

Properties

Name Type Description
data array
total integer
offset integer
View JSON Schema on GitHub

JSON Schema

availity-servicereviewlist-schema.json Raw ↑
{
  "$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
    }
  }
}