{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "License", "type": "object", "properties": { "name": { "type": "string" }, "scope": { "type": "string" }, "state": { "type": "string" }, "licenses": { "type": "array" } } }