{
	"$schema": "http://json-schema.org/draft-07/schema",
	"$id": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/totpDelete.json",
	"type": "object",
	"title": "TOTP token delete",
	"additionalProperties": false,
	"required": [
		"code",
		"password"
	],
	"properties": {
		"code": {
			"$id": "#/properties/code",
			"$ref": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/definitions/user.json#/definitions/totpCode"
		},
		"password": {
			"$id": "#/properties/password",
			"$ref": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/definitions/user.json#/definitions/passwordOld",
			"title": "Password"
		}
	}
}
