File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111```
1212## Note
1313When building the metadata and asset objects take the following measures:
14- 1 . No spaces in the json structure: ' {"key 1": "value a"}' becomes '{"key 2":"value a"}
15- 2 . Keys should be alphabetically ordered: ' {"key 1":"value a","A key":"A value"}' becomes {"A key":"A value","key 1":"value a"}'
16- 3 . No numbers fields, only strings ' {"key 1": 2.3123}' becomes ' {"key 1":"2.3123"}'
14+ 1 . No spaces in the json structure: ``` {"key 1": "value a"} ``` becomes ``` '{"key 2":"value a"}' ```
15+ 2 . Keys should be alphabetically ordered: ``` {"key 1":"value a","A key":"A value"} ``` becomes ``` {"A key":"A value","key 1":"value a"} ```
16+ 3 . No numbers fields, only strings ``` {"key 1":2.3123} ``` becomes ``` {"key 1":"2.3123"} ```
You can’t perform that action at this time.
0 commit comments