Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 62bba49

Browse files
authored
Merge pull request #477 from alchemyplatform/shreyas/modify-nft-strings
chore: fix integer properties mislabeled as strings
2 parents d9cdb39 + b4e7211 commit 62bba49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nft/nfts.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2411,8 +2411,8 @@ components:
24112411
type: string
24122412
description: "String - Uri representing the location of the NFT's original metadata blob. This is a backup for you to parse when the metadata field is not automatically populated."
24132413
totalNFTCount:
2414-
type: string
2415-
description: 'String - Total number of NFTs (distinct `tokenIds`) owned by the given address.'
2414+
type: integer
2415+
description: 'Integer - Total number of NFTs (distinct `tokenIds`) owned by the given address.'
24162416
totalContractCount:
24172417
type: string
24182418
description: 'String - Total number of NFT contracts held by the given address returned in this page.'
@@ -2994,7 +2994,7 @@ components:
29942994
description: Block Information of the block as of which the corresponding data is valid
29952995
properties:
29962996
blockNumber:
2997-
type: string
2997+
type: integer
29982998
description: 'The block number above information is valid as of'
29992999
blockHash:
30003000
type: string

0 commit comments

Comments
 (0)