{ "type": "object", "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/allianz-docs/refs/heads/main/json-structure/api-connect-rating-factor-structure.json", "description": "An individual factor that contributed to the premium calculation", "properties": { "name": { "type": "string", "description": "Name of the rating factor", "example": "location_risk" }, "value": { "type": "string", "description": "Value or level of the rating factor", "example": "medium" }, "description": { "type": "string", "description": "Human-readable description of the factor impact", "example": "Medium flood and bushfire risk area" } }, "name": "RatingFactor" }