Routescan (Snowtrace) · JSON-LD Context
context Context
JSON-LD context defining the semantic vocabulary for context from Routescan (Snowtrace).
6 Classes
27 Properties
3 Namespaces
Namespaces
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
rs:
https://snowtrace.io/schemas/
Classes
Routescan
ApiResponse
Transaction
TokenTransfer
EventLog
SmartContract
Properties
| Property | Type | Container |
|---|---|---|
| status | string | |
| message | string | |
| result | ||
| blockNumber | string | |
| timeStamp | string | |
| hash | string | |
| from | string | |
| to | string | |
| value | string | |
| gas | string | |
| gasPrice | string | |
| gasUsed | string | |
| isError | string | |
| contractAddress | string | |
| tokenName | string | |
| tokenSymbol | string | |
| tokenDecimal | string | |
| tokenID | string | |
| address | string | |
| topics | list | |
| data | string | |
| confirmations | string | |
| chainId | string | |
| name | ||
| description | ||
| url | reference | |
| provider | reference |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"rs": "https://snowtrace.io/schemas/",
"Routescan": "rs:Routescan",
"ApiResponse": "rs:ApiResponse",
"Transaction": "rs:Transaction",
"TokenTransfer": "rs:TokenTransfer",
"EventLog": "rs:EventLog",
"SmartContract": "rs:SmartContract",
"status": {
"@id": "rs:status",
"@type": "xsd:string"
},
"message": {
"@id": "rs:message",
"@type": "xsd:string"
},
"result": {
"@id": "rs:result"
},
"blockNumber": {
"@id": "rs:blockNumber",
"@type": "xsd:string"
},
"timeStamp": {
"@id": "schema:dateCreated",
"@type": "xsd:string"
},
"hash": {
"@id": "rs:transactionHash",
"@type": "xsd:string"
},
"from": {
"@id": "schema:sender",
"@type": "xsd:string"
},
"to": {
"@id": "schema:recipient",
"@type": "xsd:string"
},
"value": {
"@id": "schema:price",
"@type": "xsd:string"
},
"gas": {
"@id": "rs:gasLimit",
"@type": "xsd:string"
},
"gasPrice": {
"@id": "rs:gasPrice",
"@type": "xsd:string"
},
"gasUsed": {
"@id": "rs:gasUsed",
"@type": "xsd:string"
},
"isError": {
"@id": "rs:isError",
"@type": "xsd:string"
},
"contractAddress": {
"@id": "rs:contractAddress",
"@type": "xsd:string"
},
"tokenName": {
"@id": "schema:name",
"@type": "xsd:string"
},
"tokenSymbol": {
"@id": "rs:tokenSymbol",
"@type": "xsd:string"
},
"tokenDecimal": {
"@id": "rs:tokenDecimal",
"@type": "xsd:string"
},
"tokenID": {
"@id": "rs:tokenID",
"@type": "xsd:string"
},
"address": {
"@id": "rs:address",
"@type": "xsd:string"
},
"topics": {
"@id": "rs:topics",
"@container": "@list"
},
"data": {
"@id": "rs:eventData",
"@type": "xsd:string"
},
"confirmations": {
"@id": "rs:confirmations",
"@type": "xsd:string"
},
"chainId": {
"@id": "rs:chainId",
"@type": "xsd:string"
},
"name": {
"@id": "schema:name"
},
"description": {
"@id": "schema:description"
},
"url": {
"@id": "schema:url",
"@type": "@id"
},
"provider": {
"@id": "schema:provider",
"@type": "@id"
}
}
}