This repository hosts various schemas for OCCI
All schemas are under schemas
dir.
They are named after url-encoded name of the scheme of the extension.
The encode.sh
utils translate a string into its url-encoded version.
decode.sh
the inverse
Usage:
$ ./encode.sh string...
$ ./decode.sh url-encoded-string...