Regno Standard - StatDoc 


Data - StatDoc

The StatDoc document is a data document that contains the properties and a source information for a statistic.

Field Data Type Required Default Description
id String Yes - Regno unique document identifier.
type Fixed String No StatDoc Type of the document, resolved from fixed document types.
name String Yes - The Name of the stat.
textValue String No - The textual value.
value Double No - The value.

Sample JSON

Below is a sample JSON representation of the StatDoc structure:

StatDoc Sample JSON
{
  "id": "-",
  "name": "-",
  "textValue": "-",
  "type": {
    "$type": "Fixed String"
  },
  "value": 0
}