{
	"$schema": "http://json-schema.org/draft-07/schema",
	"$id": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/sshKeyTypes.json",
	"title": "Available SSH key types",
	"type": "array",
	"additionalItems": false,
	"items": {
		"$id": "#/items",
		"type": "string",
		"example": "ssh-rsa"
	}
}
