From 521405000897bd4d067e8fe2ef2263a9daec232a Mon Sep 17 00:00:00 2001 From: Warren He Date: Mon, 30 Oct 2023 16:47:41 -0700 Subject: [PATCH] api: add NFT metadata --- api/spec/v1.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/spec/v1.yaml b/api/spec/v1.yaml index 211e5524c..e1d432d86 100644 --- a/api/spec/v1.yaml +++ b/api/spec/v1.yaml @@ -2688,6 +2688,10 @@ components: type: string metadata_accessed: type: string + metadata: + description: | + A metadata document for this NFT instance. + Currently only ERC-721 is supported, where the document is an Asset Metadata from the ERC721 Metadata JSON Schema. name: type: string description: Identifies the asset which this NFT represents