Page 1 of 1

machine-readable docs builtin type inconsistent

Posted: Wed Jul 31, 2024 11:07 pm
by BrainGamer_
The runtime JSON format states the following about the "builtin" type in the Concept member:
The type of the concept. Either a proper Type, or the string "builtin", indicating a fundamental type like string or number.
This reads to me as if a builtin type would be represented just like it is in the prototype docs:

Code: Select all

"type": "builtin"
But in practice (1.1.109) its the following

Code: Select all

"type": {
  "complex_type": "builtin",
}