{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AllowedPublishers",
"title": "AllowedPublishers",
"type": "object",
"required": [
"SigningProfileVersionArns"
],
"properties": {
"SigningProfileVersionArns": {
"allOf": [
{
"$ref": "#/components/schemas/SigningProfileVersionArns"
},
{
"description": "The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user who can sign a code package. "
}
]
}
},
"description": "List of signing profiles that can sign a code package. "
}