Discussed in #650
Originally posted by gramian November 29, 2022
Dear Developers,
I am experimenting with custom property attributes. When I query the schema of a database with such custom attributes of properties via SELECT FROM schema:types, the custom key of a type has a list (array) of maps (key-value-pairs) storing these custom attributes. Now, I wonder why is this a list of maps and not just a plain map (below custom)?
Thank you for your insight
Discussed in #650
Originally posted by gramian November 29, 2022
Dear Developers,
I am experimenting with custom property attributes. When I query the schema of a database with such custom attributes of properties via
SELECT FROM schema:types, thecustomkey of a type has alist(array) ofmaps(key-value-pairs) storing these custom attributes. Now, I wonder why is this a list of maps and not just a plain map (belowcustom)?Thank you for your insight