We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enum
valueContent
valueType
When looking at the following JSON Schema for the metadata key LSP8TokenIdType
LSP8TokenIdType
{ "name": "LSP8TokenIdType", "key": "0x715f248956de7ce65e94d9d836bfead479f7e70d69b718d47bfe7b00e05b4fe4", "keyType": "Singleton", "valueType": "uint256", "valueContent": "Number" }
It is not clear by looking directly at the schema that there is only 3 possible values that can be stored under this data key.
It would be useful to identify when there are only 3 possible enumerable values.
It should also be flexible enough to allow possible enum values like:
Related to:
4
string
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When looking at the following JSON Schema for the metadata key
LSP8TokenIdType
It is not clear by looking directly at the schema that there is only 3 possible values that can be stored under this data key.
It would be useful to identify when there are only 3 possible enumerable values.
It should also be flexible enough to allow possible enum values like:
Related to:
LSP8TokenIdType
+ add tokenId type4
forstring
#148The text was updated successfully, but these errors were encountered: