{
  "$id": "http://static-metadata-publisher:8080/metadata/schema/agricultural_registry/voucher_entitlement/schema.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "additionalProperties": false,
  "description": "",
  "properties": {
    "entitlement_id": {
      "type": "string"
    },
    "farmer_id": {
      "type": "string"
    },
    "program_year": {
      "type": "string"
    },
    "redemption_status": {
      "type": "string"
    }
  },
  "required": [
    "entitlement_id",
    "farmer_id",
    "program_year",
    "redemption_status"
  ],
  "schema_version": "registry-manifest-entity-json-schema/v1",
  "title": "Voucher Entitlement",
  "type": "object"
}