Amazon Signer · JSON Structure

Amazon Signer Start Signing Job Response Structure

StartSigningJobResponse schema from AWS Signer API

Type: object Properties: 2
Code SigningIoTLambdaSecurity

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

Properties

jobId jobOwner

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-response-structure.json",
  "name": "StartSigningJobResponse",
  "description": "StartSigningJobResponse schema from AWS Signer API",
  "properties": {
    "jobId": {
      "allOf": [
        {
          "type": "string"
        },
        {
          "description": "The ID of your signing job."
        }
      ]
    },
    "jobOwner": {
      "allOf": [
        {
          "type": "string",
          "pattern": "^[0-9]{12}$",
          "minLength": 12,
          "maxLength": 12
        },
        {
          "description": "The AWS account ID of the signing job owner."
        }
      ]
    }
  }
}