{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "SetWorkspacePublicKeyRequest", "required": [ "publicKey" ], "properties": { "publicKey": { "description": "Public key in RSA format.", "type": "string" } }, "type": "object" }