You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know it's not supported to have key names with periods in them (I'm sure that's a whole other discussion). But what I'm trying to do is understand why this schema definition results in this:
/*** Document save ******/consttestModel=awaitnewTestModel({metadata: {labels: {'my.label.com': 'true'},},}).save();
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I know it's not supported to have key names with periods in them (I'm sure that's a whole other discussion). But what I'm trying to do is understand why this schema definition results in this:
This schema results in this:
Notice the dots in the key name
my.label.com
But schema results in this:
Beta Was this translation helpful? Give feedback.
All reactions