Open malczuuu opened 3 years ago
Let's have some defined format of package images (either uploaded via /5/0/0 Package or pulled via /5/0/1 Package URI). Therefore, this emulator would be able to do some validation of the package.
/5/0/0 Package
/5/0/1 Package URI
This could be a simple YAML or .properties file.
.properties
It could work like that:
{ "version": "1.0.0", "color": "blue" }
Let's have some defined format of package images (either uploaded via
/5/0/0 Package
or pulled via/5/0/1 Package URI
). Therefore, this emulator would be able to do some validation of the package.This could be a simple YAML or
.properties
file.