machine-readable docs builtin type inconsistent

Place to report issues and suggest improvements to the API documentation.
User avatar
BrainGamer_
Long Handed Inserter
Long Handed Inserter
Posts: 93
Joined: Sun Nov 14, 2021 9:52 pm
Contact:

machine-readable docs builtin type inconsistent

Post 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",
}

Post Reply

Return to “Documentation Improvement Requests”