{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/availity/refs/heads/main/json-schema/service-reviews-is-auth-required-request-schema.json", "title": "IsAuthRequiredRequest", "description": "IsAuthRequiredRequest schema from Availity API", "type": "object", "properties": { "serviceReview": { "type": "object", "description": "Authorization details to check", "properties": { "payerId": { "type": "string", "example": "BCBS001" }, "procedureCode": { "type": "string", "example": "99213" } } } } }