availity · JSON Structure

Service Reviews Service Review List Structure

ServiceReviewList schema from Availity API

Type: object Properties: 3

ServiceReviewList is a JSON Structure definition published by availity, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

data total offset

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/availity/refs/heads/main/json-structure/service-reviews-service-review-list-structure.json",
  "description": "ServiceReviewList schema from Availity API",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ServiceReviewResponse"
      }
    },
    "total": {
      "type": "int32",
      "example": 15
    },
    "offset": {
      "type": "int32",
      "example": 0
    }
  },
  "name": "ServiceReviewList"
}