{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PutFunctionCodeSigningConfigRequest", "title": "PutFunctionCodeSigningConfigRequest", "type": "object", "required": [ "CodeSigningConfigArn" ], "properties": { "CodeSigningConfigArn": { "allOf": [ { "$ref": "#/components/schemas/CodeSigningConfigArn" }, { "description": "The The Amazon Resource Name (ARN) of the code signing configuration." } ] } } }