{ "id":"/axapi/v3/export/store", "type":"object", "node-type":"scalar", "title":"store", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Create store name for remote url", "properties":{ "delete":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Delete an export store profile", "optional":true }, "create":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Create an export store profile", "optional":true }, "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"profile name to store remote url", "optional":true }, "remote-file":{ "type":"string", "format":"url", "partition-visibility":"shared", "optional":true } } }