{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/availity/refs/heads/main/json-structure/service-reviews-is-auth-required-response-structure.json", "description": "IsAuthRequiredResponse schema from Availity API", "type": "object", "properties": { "id": { "type": "string", "example": "500123" }, "authRequired": { "type": "string", "enum": [ "Auth Required", "No Auth Required" ], "example": "Auth Required" }, "payerMessage": { "type": "string", "example": "Prior authorization required for this procedure" } }, "name": "IsAuthRequiredResponse" }