{
  "$id": "http://static-metadata-publisher:8080/metadata/schema/agricultural_registry/voucher_eligibility_snapshot/schema.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "additionalProperties": false,
  "description": "",
  "properties": {
    "active_farm_parcel": {
      "type": "boolean"
    },
    "data_use_authorized": {
      "type": "boolean"
    },
    "farmer_registered": {
      "type": "boolean"
    },
    "id": {
      "type": "string"
    },
    "reason_code": {
      "type": "string"
    },
    "season": {
      "type": "string"
    },
    "voucher_not_redeemed": {
      "type": "boolean"
    }
  },
  "required": [
    "active_farm_parcel",
    "data_use_authorized",
    "farmer_registered",
    "id",
    "reason_code",
    "season",
    "voucher_not_redeemed"
  ],
  "schema_version": "registry-manifest-entity-json-schema/v1",
  "title": "Voucher Eligibility Snapshot",
  "type": "object"
}