Allianz Engagement Survey · JSON Structure

Engagement Survey Action Plan List Structure

List of action plans for a survey

Type: object Properties: 2
AnalyticsEnterpriseHuman ResourcesInsuranceSurveysEmployee Experience

ActionPlanList is a JSON Structure definition published by Allianz Engagement Survey, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

total items

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/allianz-engagement-survey/refs/heads/main/json-structure/engagement-survey-action-plan-list-structure.json",
  "description": "List of action plans for a survey",
  "properties": {
    "total": {
      "type": "integer",
      "description": "Total number of action plans",
      "example": 12
    },
    "items": {
      "type": "array",
      "description": "List of action plan records",
      "items": {
        "$ref": "#/components/schemas/ActionPlan"
      }
    }
  },
  "name": "ActionPlanList"
}