Outline · Schema

DataAttributeDataType

The data type of the attribute value.

Knowledge BaseWikiDocumentsCollaborationOpen SourceTeam
View JSON Schema on GitHub

JSON Schema

dataattributedatatype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DataAttributeDataType",
  "type": "string",
  "description": "The data type of the attribute value.",
  "enum": [
    "string",
    "number",
    "boolean",
    "list"
  ]
}