Amazon Signer · JSON Structure

Amazon Signer Signing Platform Structure

Contains information about the signing configurations and parameters that are used to perform a code signing job.

Type: object Properties: 9
Code SigningIoTLambdaSecurity

SigningPlatform is a JSON Structure definition published by Amazon Signer, describing 9 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

platformId displayName partner target category signingConfiguration signingImageFormat maxSizeInMB revocationSupported

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/amazon-signer/refs/heads/main/json-structure/amazon-signer-signing-platform-structure.json",
  "name": "SigningPlatform",
  "description": "Contains information about the signing configurations and parameters that are used to perform a code signing job.",
  "properties": {
    "platformId": {
      "allOf": [
        {
          "type": "string"
        },
        {
          "description": "The ID of a code signing platform."
        }
      ]
    },
    "displayName": {
      "allOf": [
        {
          "type": "string"
        },
        {
          "description": "The display name of a code signing platform."
        }
      ]
    },
    "partner": {
      "allOf": [
        {
          "type": "string"
        },
        {
          "description": "Any partner entities linked to a code signing platform."
        }
      ]
    },
    "target": {
      "allOf": [
        {
          "type": "string"
        },
        {
          "description": "The types of targets that can be signed by a code signing platform."
        }
      ]
    },
    "category": {
      "allOf": [
        {
          "type": "string",
          "enum": [
            "AWSIoT"
          ]
        },
        {
          "description": "The category of a code signing platform."
        }
      ]
    },
    "signingConfiguration": {
      "allOf": [
        {
          "type": "object",
          "required": [
            "encryptionAlgorithmOptions",
            "hashAlgorithmOptions"
          ],
          "properties": {
            "encryptionAlgorithmOptions": {
              "allOf": [
                {
                  "$ref": "#/components/schemas/EncryptionAlgorithmOptions"
                },
                {
                  "description": "The encryption algorithm options that are available for a code signing job."
                }
              ]
            },
            "hashAlgorithmOptions": {
              "allOf": [
                {
                  "$ref": "#/components/schemas/HashAlgorithmOptions"
                },
                {
                  "description": "The hash algorithm options that are available for a code signing job."
                }
              ]
            }
          },
          "description": "The configuration of a code signing operation."
        },
        {
          "description": "The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform."
        }
      ]
    },
    "signingImageFormat": {
      "type": "object",
      "required": [
        "supportedFormats",
        "defaultFormat"
      ],
      "properties": {
        "supportedFormats": {
          "allOf": [
            {
              "$ref": "#/components/schemas/ImageFormats"
            },
            {
              "description": "The supported formats of a code signing image."
            }
          ]
        },
        "defaultFormat": {
          "allOf": [
            {
              "$ref": "#/components/schemas/ImageFormat"
            },
            {
              "description": "The default format of a code signing image."
            }
          ]
        }
      },
      "description": "The image format of a code signing platform or profile."
    },
    "maxSizeInMB": {
      "allOf": [
        {
          "type": "int32"
        },
        {
          "description": "The maximum size (in MB) of code that can be signed by a code signing platform."
        }
      ]
    },
    "revocationSupported": {
      "allOf": [
        {
          "type": "boolean"
        },
        {
          "description": "Indicates whether revocation is supported for the platform."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/amazon-signer-signing-platform-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.