{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateSigningKeyRequest", "title": "CreateSigningKeyRequest", "type": "object", "properties": { "signingKeyCipher": { "type": "string", "description": "The enumerated value for the cipher to be used to create the signing key. Refer to SigningKeyCiper for the list of supported enum values. For implementation help, refer to eBay API documentation" } }, "description": "This request creates a new signing key." }