Amazon Signer · JSON Structure

Amazon Signer Tag Map Structure

TagMap schema from AWS Signer API

Type: object Properties: 0
Code SigningIoTLambdaSecurity

TagMap 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": "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-tag-map-structure.json",
  "name": "TagMap",
  "description": "TagMap schema from AWS Signer API",
  "additionalProperties": {
    "type": "string",
    "maxLength": 256
  }
}