Hi guys,
I am trying to create a HTML table using a flow. The input is a json response from a REST API. I am getting the following error message "The 'from' property value in the 'table' action inputs is of type 'Object'. The value must be of type 'Array'."
How should I correct this so the following json response will show as a HTML table? Thanks alot for your help. Below is the json schema!
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"Policies": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
},
{
"type": "object",
"properties": {
"PolicyId": {
"type": "string"
},
"PolicyType": {
"type": "string"
},
"PolicyName": {
"type": "string"
},
"Action": {
"type": "string"
},
"Description": {
"type": "string"
},
"Active": {
"type": "boolean"
},
"CreateTime": {
"type": "string"
},
"UpdateTime": {
"type": "string"
},
"Priority": {
"type": "integer"
}
},
"required": [
"PolicyId",
"PolicyType",
"PolicyName",
"Action",
"Description",
"Active",
"CreateTime",
"UpdateTime",
"Priority"
]
}
]
},
"TotalCount": {
"type": "integer"
},
"FilteredCount": {
"type": "integer"
}
},
"required": [
"Policies",
"TotalCount",
"FilteredCount"
]
}


Report
All responses (
Answers (