{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pwa_sdk_v3_ConsumerBasicConfig", "title": "pwa_sdk_v3_ConsumerBasicConfig", "type": "object", "properties": { "enabled": { "type": "boolean" }, "domains": { "type": "array", "items": { "type": "string" } }, "bundle_ids": { "type": "array", "items": { "type": "string" } } }, "required": [ "enabled", "domains", "bundle_ids" ] }