{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GenerateRemoteKeyRequest", "title": "GenerateRemoteKeyRequest", "type": "object", "properties": { "name": { "type": "string", "description": "The name of the remote key" } }, "required": [ "name" ], "description": "# The GenerateRemoteKey Object\n### Description\nThe `GenerateRemoteKey` object is used to represent a request for a new remote key.\n\n### Usage Example\nPost a `GenerateRemoteKey` to create a new remote key." }