{
  "$id": "https://schema.nfh.global/RateAction/v2.0",
  "x-iri": "https://schema.nfh.global/RateAction/v2.0",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RateAction",
  "description": "Beckn /beckn/rate message payload. Sent by a BAP to a BPP to submit one or more rating inputs for entities in a completed contract (order, fulfillment, item, provider, agent, support). (Context wrapper stripped; only the message-content portion is inlined.)",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "ratingInputs": {
      "type": "array",
      "items": {
        "$ref": "https://schema.nfh.global/RatingInput/v2.0/schema.json"
      }
    }
  },
  "required": [
    "ratingInputs"
  ]
}
