{
  "$id": "https://schema.nfh.global/Instruction/v2.0",
  "x-iri": "https://schema.nfh.global/Instruction/v2.0",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "description": "Schema definition for Instruction in the Beckn Protocol v2.0.1",
  "title": "Instruction",
  "type": "object",
  "properties": {
    "descriptor": {
      "$ref": "https://schema.nfh.global/Descriptor/v2.1/schema.json"
    },
    "id": {
      "type": "string"
    },
    "validity": {
      "$ref": "https://schema.nfh.global/TimePeriod/v2.1/schema.json"
    }
  },
  "required": [
    "id",
    "descriptor"
  ],
  "additionalProperties": false,
  "x-tags": [
    "common"
  ]
}
