{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "user-authorized-key": { "title": "User Authorized Key", "description": "SSH public key in order to connect to the SSH server of this instance.", "textarea": true, "type": "string" } } }