Amazon Signer · JSON Structure

Amazon Signer Tag Resource Request Structure

TagResourceRequest schema from AWS Signer API

Type: object Properties: 1 Required: 1
Code SigningIoTLambdaSecurity

TagResourceRequest is a JSON Structure definition published by Amazon Signer, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

tags

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-resource-request-structure.json",
  "name": "TagResourceRequest",
  "description": "TagResourceRequest schema from AWS Signer API",
  "properties": {
    "tags": {
      "allOf": [
        {
          "type": "object",
          "minProperties": 1,
          "maxProperties": 200,
          "additionalProperties": {
            "$ref": "#/components/schemas/TagValue"
          }
        },
        {
          "description": "One or more tags to be associated with the signing profile."
        }
      ]
    }
  },
  "required": [
    "tags"
  ]
}