Skip to content

Commit

Permalink
Merge pull request #1184 from avohq/remove-object-react-message
Browse files Browse the repository at this point in the history
Remove mention that objects are available on request
  • Loading branch information
aleks-tpom6oh committed May 14, 2024
2 parents 615c2c8 + dd3e75a commit 3582379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/data-design/start-data-design.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ Change the data type of your property to match the one you need by clicking on w
- int: only whole number values are allowed
- float: only floating point values are allowed
- boolean: only `true` or `false` values are allowed
- [object](/data-design/object-properties) (available upon request): only dictionary or nested object structures are allowed, learn more about objects in Avo
- [object](/data-design/object-properties): only dictionary or nested object structures are allowed, learn more about objects in Avo
[here](/data-design/object-properties)
- any (available upon request): any data type is allowed and not type validation will occur

Expand Down

0 comments on commit 3582379

Please sign in to comment.