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
Copy file name to clipboardExpand all lines: documentation/dsls/DSL-Diffo.Provider.Instance.Extension.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ Adds a Characteristic
110
110
| Name | Type | Default | Docs |
111
111
|------|------|---------|------|
112
112
|[`name`](#features-feature-characteristic-name){: #features-feature-characteristic-name .spark-required} |`atom`|| The name of the characteristic, an atom |
113
-
|[`value_type`](#features-feature-characteristic-value_type){: #features-feature-characteristic-value_type } |`atom`|| The optional type of the characteristic's value, an atom, may be a module name such as an Ash.TypedStruct |
113
+
|[`value_type`](#features-feature-characteristic-value_type){: #features-feature-characteristic-value_type } |`any`|| The type of the characteristic's value. An atommodule name such as an Ash.TypedStruct for a scalar value, or `{:array, module}` for an array of values of that type.|
114
114
115
115
116
116
@@ -169,7 +169,7 @@ Adds a Characteristic
169
169
| Name | Type | Default | Docs |
170
170
|------|------|---------|------|
171
171
|[`name`](#characteristics-characteristic-name){: #characteristics-characteristic-name .spark-required} |`atom`|| The name of the characteristic, an atom |
172
-
|[`value_type`](#characteristics-characteristic-value_type){: #characteristics-characteristic-value_type } |`atom`|| The optional type of the characteristic's value, an atom, may be a module name such as an Ash.TypedStruct |
172
+
|[`value_type`](#characteristics-characteristic-value_type){: #characteristics-characteristic-value_type } |`any`|| The type of the characteristic's value. An atommodule name such as an Ash.TypedStruct for a scalar value, or `{:array, module}` for an array of values of that type.|
0 commit comments