atmos.yaml452 B
View on GitHubschemas:
schemaFromFile:
manifest: ./manifest.json
matches:
- config.yaml
schemaFromInternet:
manifest: https://json.schemastore.org/bower.json
matches:
- bower.yaml
schemaFromInline:
manifest: |
{
"type": "object",
"properties": {
"name": { "type": "string" },
"age": { "type": "integer" }
},
"required": ["name"]
}
matches:
- inline.yaml