-
|
Dear Developers, I am experimenting with custom property attributes. When I query the schema of a database with such custom attributes of properties via Thank you for your insight |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
Custom should be serialized as a map. Look at this JSON schema generated from the test case {"settings":{"dateTimeFormat":"yyyy-MM-dd HH:mm:ss","dateFormat":"yyyy-MM-dd","timeZone":"America/New_York"},"types":
{"Car":{"indexes":{},"buckets":["Car_0","Car_1","Car_2","Car_3","Car_4","Car_5","Car_6","Car_7"],
"custom":{},"type":"v","properties":{"name":{"custom":{"description":"test"},"type":"STRING"}},
"parents":[]}},"schemaVersion":37,"dbmsVersion":"${project.version}"} |
Beta Was this translation helpful? Give feedback.
-
|
Hmm, and ask for the schema with where |
Beta Was this translation helpful? Give feedback.
-
|
@lvca Please reopen this issue: then invoking: I get: Thank you for taking another look. |
Beta Was this translation helpful? Give feedback.
Hmm,
I see, but when I do (from the Studio):
and ask for the schema with
SELECT FROM schema:typesI get: