Skip to content

Instantly share code, notes, and snippets.

@erangaeb
Created August 13, 2023 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erangaeb/bb4bf279057c01acb035f43f9e4b94bf to your computer and use it in GitHub Desktop.
Save erangaeb/bb4bf279057c01acb035f43f9e4b94bf to your computer and use it in GitHub Desktop.
nft schema
{
"title": "NFT Token Schema",
"type": "array",
"items": {
"type": "object",
"properties": {
"Title": {
"type": "string",
"description": "Title of the vulnerability scan result"
},
"Rule": {
"type": "string",
"description": "Rule associated with the vulnerability scan"
},
"Result": {
"type": "string",
"description": "Result of the vulnerability scan (pass/fail/notapplicable)"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment