machine-readable docs builtin type inconsistent
Posted: Wed Jul 31, 2024 11:07 pm
The runtime JSON format states the following about the "builtin" type in the Concept member:
But in practice (1.1.109) its the following
This reads to me as if a builtin type would be represented just like it is in the prototype docs:The type of the concept. Either a proper Type, or the string "builtin", indicating a fundamental type like string or number.
Code: Select all
"type": "builtin"
Code: Select all
"type": {
"complex_type": "builtin",
}