SchemaType Examples
Here are some examples of what SchemaType docs might look like, with JSON Schema (or plain text) equivalents:
- Simple Geo Coordinate object:
- CloudFoundry
manifest.yml
files:- SchemaType
- No JSON-Schema. See documentation
- Sample manifest.yml file
- NPM
package.json
files:- SchemaType
- JSON-Schema in YAML
- JSON-Schema in JSON (The JSON is very verbose)