HDFS-10833. Fix JSON errors in WebHDFS.md examples.
This commit is contained in:
parent
378f624a39
commit
cbd909ce2a
|
@ -1294,7 +1294,7 @@ All operations, except for [`OPEN`](#Open_and_Read_a_File), either return a zero
|
|||
{
|
||||
"entries":
|
||||
{
|
||||
"type": "array"
|
||||
"type": "array",
|
||||
"items":
|
||||
{
|
||||
"description": "ACL entry.",
|
||||
|
@ -1318,7 +1318,7 @@ All operations, except for [`OPEN`](#Open_and_Read_a_File), either return a zero
|
|||
"description": "True if the sticky bit is on.",
|
||||
"type" : "boolean",
|
||||
"required" : true
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1337,7 +1337,7 @@ All operations, except for [`OPEN`](#Open_and_Read_a_File), either return a zero
|
|||
"type" : "array",
|
||||
"items":
|
||||
{
|
||||
"type" " "object",
|
||||
"type" : "object",
|
||||
"properties":
|
||||
{
|
||||
"name":
|
||||
|
@ -1368,7 +1368,7 @@ All operations, except for [`OPEN`](#Open_and_Read_a_File), either return a zero
|
|||
"XAttrNames":
|
||||
{
|
||||
"description": "XAttr names.",
|
||||
"type" : "string"
|
||||
"type" : "string",
|
||||
"required" : true
|
||||
}
|
||||
}
|
||||
|
@ -1737,7 +1737,7 @@ See also: [`GETHOMEDIRECTORY`](#Get_Home_Directory), [Path](../../api/org/apache
|
|||
"javaClassName": //an optional property
|
||||
{
|
||||
"description": "Java class name of the exception",
|
||||
"type" : "string",
|
||||
"type" : "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue