Skip to main content

Fact Statement

A description of the types/properties relevant to a fact-statement.json.

Orcfax utilizes the following Schema.org types and properties in its Fact Statement records. The description provided by Schema.org follows each; if Orcfax maintains a more nuanced understanding, an additional definition will be provided. If the term appears in its own definition, it will be replaced when possible with a [synonym] in order to aid understanding.

Schema.org Types

TypeSchema.org descriptionOrcfax description
---------------------------------------------------------

Types under review for development

Schema.org Properties

PropertyTypeSchema.org descriptionOrcfax definition
--------------------------------------------------------------------

The values for bestRating and worstRating are further described in Xerberus docs.

RatingExplanation
AAA - AInvestment Grade
BBB - BSpeculative
CCC - CHighly Speculative
DJunk

Fact Statement example

{
"context": "https://schema.org",
"type": "Review",
"reviewBody": {
"@type": "CreativeWork",
"creator": "Xerberus Node: 1.0.0rc23",
"about": "The Xerberus review of the {ASSET-NAME} risk rating",
"identifier": "urn:",
"dateCreated": "2024-08-28T16:20:14Z",
"license": "https://creativecommons.org/licenses/by/4.0/",
"description": {
"@type": "Claim",
"appearance": "message-{ASSET-NAME}-xerberus.tick_generic.json",
"claimInterpreter": {
"@type": "Organization",
"name": "Orcfax",
"url": "https://orcfax.io/"
}
}
},
"itemReviewed": {
"additionalType": "CardanoNativeToken",
"name": "{ASSET-NAME",
"description": "{ASSET-SUBJECT}",
"identifier": "{ASSET-FINGERPRINT}"
},
"reviewRating": {
"@type": "Rating",
"author": "Xerberus",
"ratingValue": "{AAA}",
"worstRating": "D",
"bestRating": "AAA",
"reviewAspect": "Risk"
}
}

Download