Axway · JSON Structure

Amplify Platform Response Metadata Structure

ResponseMetadata schema from Axway Amplify Platform API

Type: object Properties: 6
API ManagementEnterpriseIntegrationSecurity

ResponseMetadata is a JSON Structure definition published by Axway, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

count limit matched page pages skip

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ResponseMetadata",
  "description": "ResponseMetadata schema from Axway Amplify Platform API",
  "type": "object",
  "properties": {
    "count": {
      "type": "number",
      "description": "Number of results included in the response.",
      "example": 1.0
    },
    "limit": {
      "type": "number",
      "description": "Number of results per page.",
      "example": 1.0
    },
    "matched": {
      "type": "number",
      "description": "Total number of matched results.",
      "example": 1.0
    },
    "page": {
      "type": "number",
      "description": "Page of results.",
      "example": 1.0
    },
    "pages": {
      "type": "number",
      "description": "Total number of pages of results.",
      "example": 1.0
    },
    "skip": {
      "type": "number",
      "description": "Number of results skipped in pagination.",
      "example": 1.0
    }
  }
}