{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateCodeSigningConfigResponse", "title": "CreateCodeSigningConfigResponse", "type": "object", "required": [ "CodeSigningConfig" ], "properties": { "CodeSigningConfig": { "allOf": [ { "$ref": "#/components/schemas/CodeSigningConfig" }, { "description": "The code signing configuration." } ] } } }