Allianz Technology Standards · JSON Structure

Tech Standards Standard List Structure

Paginated list of technology standards

Type: object Properties: 2
Best PracticesEnterprise ArchitectureGuidelinesSoftware DevelopmentTechnology StandardsAPI DesignOpenAPI

StandardList is a JSON Structure definition published by Allianz Technology Standards, 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

tech-standards-standard-list-structure.json Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/allianz-technology-standards/refs/heads/main/json-structure/tech-standards-standard-list-structure.json",
  "description": "Paginated list of technology standards",
  "properties": {
    "total": {
      "type": "integer",
      "description": "Total number of standards",
      "example": 12
    },
    "items": {
      "type": "array",
      "description": "List of standard records",
      "items": {
        "$ref": "#/components/schemas/Standard"
      }
    }
  },
  "name": "StandardList"
}