File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/api-graph/src/private/schemas Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ function slantNodeWithFix() {
127127 * - Uniform getter/setter: every property value is an array, except `@context` and `@id`
128128 * - Unique typing: node reference must be `{ "@id ": string }` to reduce confusion with plain string
129129 * - Support multiple types: every `@type` must be an array of string
130- * - Reduce confusion: empty array and `null` is removed
130+ * - Reduce confusion: property value with empty array and `null` is removed
131131 * - `[]` and `null` are same as if the property is removed
132132 * - Flattened: property values must be non-null literals or node reference, no nested objects
133133 * - Any array containing `null` is not supported and will throw, as it is likely a bug in code
You can’t perform that action at this time.
0 commit comments