Amazon Signer · JSON Structure

Amazon Signer Start Signing Job Request Structure

StartSigningJobRequest schema from AWS Signer API

Type: object Properties: 5 Required: 4
Code SigningIoTLambdaSecurity

StartSigningJobRequest is a JSON Structure definition published by Amazon Signer, describing 5 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

source destination profileName clientRequestToken profileOwner

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-start-signing-job-request-structure.json",
  "name": "StartSigningJobRequest",
  "description": "StartSigningJobRequest schema from AWS Signer API",
  "properties": {
    "source": {
      "allOf": [
        {
          "type": "object",
          "properties": {
            "s3": {
              "allOf": [
                {
                  "$ref": "#/components/schemas/S3Source"
                },
                {
                  "description": "The <code>S3Source</code> object."
                }
              ]
            }
          },
          "description": "An <code>S3Source</code> object that contains information about the S3 bucket where you saved your unsigned code."
        },
        {
          "description": "The S3 bucket that contains the object to sign or a BLOB that contains your raw code."
        }
      ]
    },
    "destination": {
      "allOf": [
        {
          "type": "object",
          "properties": {
            "s3": {
              "allOf": [
                {
                  "$ref": "#/components/schemas/S3Destination"
                },
                {
                  "description": "The <code>S3Destination</code> object."
                }
              ]
            }
          },
          "description": "Points to an <code>S3Destination</code> object that contains information about your S3 bucket."
        },
        {
          "description": "The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix."
        }
      ]
    },
    "profileName": {
      "allOf": [
        {
          "type": "string",
          "pattern": "^[a-zA-Z0-9_]{2,}",
          "minLength": 2,
          "maxLength": 64
        },
        {
          "description": "The name of the signing profile."
        }
      ]
    },
    "clientRequestToken": {
      "allOf": [
        {
          "type": "string"
        },
        {
          "description": "String that identifies the signing request. All calls after the first that use this token return the same response as the first call."
        }
      ]
    },
    "profileOwner": {
      "allOf": [
        {
          "type": "string",
          "pattern": "^[0-9]{12}$",
          "minLength": 12,
          "maxLength": 12
        },
        {
          "description": "The AWS account ID of the signing profile owner."
        }
      ]
    }
  },
  "required": [
    "source",
    "destination",
    "profileName",
    "clientRequestToken"
  ]
}

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-start-signing-job-request-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.