{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "OperatingSystem", "type": "object", "properties": { "dartId": { "type": "string" }, "name": { "type": "string" }, "desktop": { "type": "boolean" }, "mobile": { "type": "boolean" }, "kind": { "type": "string" } } }