Add schemas for `app.yaml` and `registry.yaml`
Every ksonnet application has an `app.yaml`, which is similar in principle to node.js's `package.json`. It contains important metadata, such as description, names, and information about dependencies. This is similarly true of `registry.yaml`, which contains information about a package registry. This commit will introduce schemas for both these files.
metadata/app/schema.go
0 → 100644
metadata/app/schema_test.go
0 → 100644
metadata/registry/schema.go
0 → 100644
Please register or sign in to comment