Skip to main content
Version: Next

PolicyValue

oneOf
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
    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"
    }
    ]
    }
    ]
    }