{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateCodeSigningConfigRequest", "title": "UpdateCodeSigningConfigRequest", "type": "object", "properties": { "Description": { "allOf": [ { "$ref": "#/components/schemas/Description" }, { "description": "Descriptive name for this code signing configuration." } ] }, "AllowedPublishers": { "allOf": [ { "$ref": "#/components/schemas/AllowedPublishers" }, { "description": "Signing profiles for this code signing configuration." } ] }, "CodeSigningPolicies": { "allOf": [ { "$ref": "#/components/schemas/CodeSigningPolicies" }, { "description": "The code signing policy." } ] } } }