{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "WorkspaceStorageCredentialsCreateRequest", "properties": { "certificateLifetimeSeconds": { "description": "Lifetime of the certificate in seconds.", "type": "integer", "nullable": true } }, "type": "object" }