Amazon Signer · Schema

StartSigningJobRequest

StartSigningJobRequest schema from AWS Signer API

Code SigningIoTLambdaSecurity

Properties

Name Type Description
source object
destination object
profileName object
clientRequestToken object
profileOwner object
View JSON Schema on GitHub

JSON Schema

amazon-signer-start-signing-job-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-signer/refs/heads/main/json-schema/amazon-signer-start-signing-job-request-schema.json",
  "title": "StartSigningJobRequest",
  "description": "StartSigningJobRequest schema from AWS Signer API",
  "type": "object",
  "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 Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/amazon-signer-start-signing-job-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.