Bixby Developer Center

References

max

optionalvalue optional

Defines the maximum supported cardinality of the property. One means the property can only have one value if populated. Many means the property can have multiple values if populated. Defaults to One.

Example

property (carriers) {
type (viv.air.Carrier)
max (Many)
}