We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c110059 commit b110ed9Copy full SHA for b110ed9
packages/api-graph/src/private/schemas/colorNode.ts
@@ -125,7 +125,7 @@ function slantNodeWithFix() {
125
* - Simplifying downstream logics
126
* - Must have `@id`: every node in the graph must be identifiable
127
* - Uniform getter/setter: every property value is an array, except `@context` and `@id`
128
- * - Uniform typing: node reference must be `{ "@id": string }` to reduce confusion with plain string
+ * - 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
131
* - `[]` and `null` are same as if the property is removed
0 commit comments