To download a file.
To write the parameter value.
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "passwd - request", "type": "object", "properties": { "name": { "type": "string" } }, "required": [ "name" ], "additionalProperties": false } |
Meaning of json items:
{ "name": "fw_file“ } |