Variable: PropertyValueSchema
ts
const PropertyValueSchema: ZodUnion<readonly [ZodArray<ZodString>, ZodBoolean, ZodRecord<ZodString, ZodAny>, ZodString]>;Defined in: src/v1/models/propertyValue.ts:15
The value of the property. This can be empty or a complex object. 64KB Size Limit* For example,*
*
"value": {*
"example1": "value",*
"example2": true,*
"example3": 123,*
"example4": ["value1", "value2"],*
}*