| { | |
| "storage":{ | |
| "dfs": { | |
| "type": "file", | |
| "formats": { | |
| "excel": { | |
| "type": "excel", | |
| "extensions": [ | |
| "xlsx" | |
| ] | |
| } | |
| } | |
| }, | |
| "cp": { | |
| "type": "file", | |
| "formats": { | |
| "excel": { | |
| "type": "excel", | |
| "extensions": [ | |
| "xlsx" | |
| ] | |
| } | |
| } | |
| }, | |
| "s3": { | |
| "type": "file", | |
| "formats": { | |
| "excel": { | |
| "type": "excel", | |
| "extensions": [ | |
| "xlsx" | |
| ] | |
| } | |
| } | |
| } | |
| } | |
| } |