Amazon Signer · JSON Structure

Amazon Signer Add Profile Permission Response Structure

AddProfilePermissionResponse schema from AWS Signer API

Type: object Properties: 1
Code SigningIoTLambdaSecurity

AddProfilePermissionResponse 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

revisionId

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-add-profile-permission-response-structure.json",
  "name": "AddProfilePermissionResponse",
  "description": "AddProfilePermissionResponse schema from AWS Signer API",
  "properties": {
    "revisionId": {
      "allOf": [
        {
          "type": "string"
        },
        {
          "description": "A unique identifier for the current profile revision."
        }
      ]
    }
  }
}