web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

JSON to HTML Table "The 'from' property value in the 'table' action inputs is of type 'Object'. The value must be of type 'Array'"

(0) ShareShare
ReportReport
Posted on by

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!

 

 

 

Spoiler (Highlight to read)
{
 "$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"
 ]
}
{ "$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" ] }

 

 

 

 

 

I have the same question (0)
  • annajhaveri Profile Picture
    8,531 Most Valuable Professional on at
    Re: JSON to HTML Table "The 'from' property value in the 'table' action inputs is of type 'Object'. The value must be of type 'Array'"

    @Anonymous  please refer to this post https://powerusers.microsoft.com/t5/Building-Flows/HTTP-output-object-instead-of-array-how-to-process/td-p/321854

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 788 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 452 Moderator

#3
developerAJ Profile Picture

developerAJ 302

Last 30 days Overall leaderboard