changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "description": "Paid Solana token-security analysis result. Additional fields may be returned as the security engine evolves.",
+ "properties": {
+ "address": {
+ "description": "Solana token mint address analyzed.",
+ "type": "string"
+ },
+ "chain": {
+ "description": "Blockchain analyzed; Token Security currently supports Solana only.",
+ "enum": [
+ "solana"
+ ],
+ "type": "string"
+ },
+ "confidence": {
+ "additionalProperties": true,
+ "description": "Evidence confidence and coverage information.",
+ "type": "object"
+ },
+ "freeze_authority": {
+ "description": "Freeze-authority finding when exposed by the analysis engine."
+ },
+ "metadata": {
+ "additionalProperties": true,
+ "description": "Analysis provenance and execution metadata.",
+ "type": "object"
+ },
+ "mint_authority": {
+ "description": "Mint-authority finding when exposed by the analysis engine."
+ },
+ "risk": {
+ "additionalProperties": true,
+ "description": "Security and token-control risk findings.",
+ "type": "object"
+ },
+ "success": {
+ "description": "Whether the security analysis completed successfully.",
+ "type": "boolean"
+ },
+ "token_2022": {
+ "additionalProperties": true,
+ "description": "Token-2022 extension and control findings when applicable.",
+ "type": "object"
+ }
+ },
+ "type": "object"
+}