UNPKG
webhdfs-proxy
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
WebHDFS REST API proxy
webhdfs-proxy
/
schemas
/
rename.json
15 lines
(13 loc)
•
253 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"properties"
:
{
"user.name"
:
{
"description"
:
"The authenticated user."
,
"type"
:
"string"
}
,
"destination"
:
{
"description"
:
"The destination path."
,
"type"
:
"string"
}
}
,
"required"
:
[
"destination"
]
}