PolicyValue
oneOf- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
stringstring
booleanboolean
integerstring
Possible values: Value must match regular expression ^-?(0|[1-9][0-9]*)$
doubledouble
stringsstring[]
bytesstring
timestampdate-time
records object[]
Array [
fields object[]required
Possible values: >= 1
Array [
namestringrequired
value objectrequired
oneOf
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
stringstring
booleanboolean
integerstring
Possible values: Value must match regular expression ^-?(0|[1-9][0-9]*)$
doubledouble
stringsstring[]
bytesstring
timestampdate-time
]
]
PolicyValue
{
"string": "string",
"boolean": true,
"integer": "string",
"double": 0,
"strings": [
"string"
],
"bytes": "string",
"timestamp": "2024-07-29T15:51:28.071Z",
"records": [
{
"fields": [
{
"name": "string"
}
]
}
]
}