{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TokenDetails", "title": "TokenDetails", "properties": { "tokenData": { "additionalProperties": { "type": "string" }, "type": "object" }, "tokenDataType": { "type": "string" } }, "type": "object" }