Skip to main content

FieldValue

A typed value for a custom Record field. Exactly one property is set, which pins the value's type. Custom fields are display/metadata only and never participate in distribution guidance evaluation.

boolean_valueboolean
string_valuestring
int32_valueinteger<int32>
double_valuenumber<double>
uuid_valuestring<byte>

A UUID per RFC 9562 as its 16 raw bytes, base64-encoded.

FieldValue
{
"boolean_value": true,
"string_value": "string",
"int32_value": 0,
"double_value": 0,
"uuid_value": "string"
}