Property:To String Style
Jump to navigation
Jump to search
(Created a property of type Text) |
m (Schema Constraints) |
||
Line 1: | Line 1: | ||
This is a property of type [[Has type::Text]]. | This is a property of type [[Has type::Text]]. | ||
+ | |||
+ | These are the following allowed values: | ||
+ | * [[Allows value::Integer]] | ||
+ | * [[Allows value::FloatOne]] | ||
+ | * [[Allows value::FloatTwo]] | ||
+ | * [[Allows value::FloatThree]] | ||
+ | * [[Allows value::FloatMaxOne]] | ||
+ | * [[Allows value::FloatMaxTwo]] | ||
+ | * [[Allows value::FloatMaxThree]] | ||
+ | * [[Allows value::FloatTwoOrThree]] | ||
+ | * [[Allows value::PercentZero]] | ||
+ | * [[Allows value::PercentOne]] | ||
+ | * [[Allows value::PercentTwo]] | ||
+ | * [[Allows value::Temperature]] | ||
+ | * [[Allows value::TemperatureOffset]] | ||
+ | * [[Allows value::WorkAmount]] | ||
+ | * [[Allows value::Money]] |
Revision as of 03:28, 21 September 2024
This is a property of type Text.
These are the following allowed values:
- Integer
- FloatOne
- FloatTwo
- FloatThree
- FloatMaxOne
- FloatMaxTwo
- FloatMaxThree
- FloatTwoOrThree
- PercentZero
- PercentOne
- PercentTwo
- Temperature
- TemperatureOffset
- WorkAmount
- Money
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "Integer", "FloatOne", "FloatTwo", "FloatThree", "FloatMaxOne", "FloatMaxTwo", "FloatMaxThree", "FloatTwoOrThree", "PercentZero", "PercentOne", "PercentTwo", "Temperature", "TemperatureOffset", "WorkAmount", "Money" ] } }