Bixby Developer Center

References

min

optionalvalue optional

Defines the minimum supported cardinality of the property. Optional means the property need not be populated, and Required means the property must have at least one value. Defaults to Optional.

Example

property (name) {
type (Name)
min (Required)
}