APIMatic · JSON Structure

Apimatic Sdk Generation Structure

Structure representing an SDK generation request and result in APIMatic

Type: object Properties: 3
API TransformationCode GenerationDeveloper ExperienceDocumentationSDK Generation

Apimatic Sdk Generation Structure is a JSON Structure definition published by APIMatic, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

platform downloadUrl expiresAt

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apimatic/main/json-structure/apimatic-sdk-generation-structure.json",
  "title": "APIMatic SDK Generation",
  "description": "Structure representing an SDK generation request and result in APIMatic",
  "type": "object",
  "properties": {
    "platform": { "type": "string", "description": "Target SDK platform" },
    "downloadUrl": { "type": "string", "description": "Download URL for generated SDK" },
    "expiresAt": { "type": "datetime", "description": "URL expiration timestamp" }
  }
}