{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Packages JSON Schema", "type": "object", "properties": { "app": { "$ref": "./app-schema.json" } }, "required": [ "app" ] }