Amazon Signer · JSON Structure

Amazon Signer Image Format Structure

ImageFormat schema from AWS Signer API

Type: string Properties: 0
Code SigningIoTLambdaSecurity

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

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

JSON Structure

Raw ↑
{
  "type": "string",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-signer/refs/heads/main/json-structure/amazon-signer-image-format-structure.json",
  "name": "ImageFormat",
  "description": "ImageFormat schema from AWS Signer API",
  "enum": [
    "JSON",
    "JSONEmbedded",
    "JSONDetached"
  ]
}