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