From 1c7616939f32a3f28371e4bd858f905ce67bb57a 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 d79490a81..880b48fbd 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