Create _info.json
Browse files- _info.json +9 -0
_info.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema": {
|
| 3 |
+
"fields": [
|
| 4 |
+
{"name": "png", "dtype": "image"},
|
| 5 |
+
{"name": "json", "dtype": "json"},
|
| 6 |
+
{"name": "cls", "dtype": "txt"}
|
| 7 |
+
]
|
| 8 |
+
}
|
| 9 |
+
}
|