{ "$schema": "http://json-schema.org/draft-07/schema#", "description": "Fetch a controller-local device key public key by id.", "properties": { "keyId": { "type": "string" } }, "required": [ "keyId" ], "title": "DeviceKeyPublicParams", "type": "object" }