{
  "type": "object",
  "title": "NonFungibleTokenMint",
  "description": "Describes the minting of a Non-Fungible Token",
  "additionalProperties": false,
  "anyOf": [
    {
      "$ref": "./non-fungible-token-mint-0-tx-id.schema.json"
    },
    {
      "$ref": "./non-fungible-token-mint-1-tx-metadata.schema.json"
    }
  ]
}
