{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CollectDiagnosticsDetails", "type": "object", "properties": { "namespaceName": { "type": "string" }, "bucketName": { "type": "string" }, "diagnosticNamePrefix": { "type": "string" } } }