We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17fec2a commit 2887ebaCopy full SHA for 2887eba
1 file changed
packages/api-graph/src/private/schemas/colorNode.ts
@@ -127,7 +127,7 @@ function slantNodeWithFix() {
127
* - Uniform getter/setter: every property value is an array, except `@context` and `@id`
128
* - Unique typing: node reference must be `{ "@id": string }` to reduce confusion with plain string
129
* - Support multiple types: every `@type` must be an array of string
130
- * - Reduce confusion: empty array and `null` is removed
+ * - Reduce confusion: property value with empty array and `null` is removed
131
* - `[]` and `null` are same as if the property is removed
132
* - Flattened: property values must be non-null literals or node reference, no nested objects
133
* - Any array containing `null` is not supported and will throw, as it is likely a bug in code
0 commit comments