Amazon Signer · JSON Structure

Amazon Signer List Tags For Resource Response Structure

ListTagsForResourceResponse schema from AWS Signer API

Type: object Properties: 1
Code SigningIoTLambdaSecurity

ListTagsForResourceResponse is a JSON Structure definition published by Amazon Signer, describing 1 property. 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-list-tags-for-resource-response-structure.json",
  "name": "ListTagsForResourceResponse",
  "description": "ListTagsForResourceResponse schema from AWS Signer API",
  "properties": {
    "tags": {
      "allOf": [
        {
          "type": "object",
          "minProperties": 1,
          "maxProperties": 200,
          "additionalProperties": {
            "$ref": "#/components/schemas/TagValue"
          }
        },
        {
          "description": "A list of tags associated with the signing profile."
        }
      ]
    }
  }
}