From ae7752ee3ba8ac738761cb0de3abdbf9a4593afb Mon Sep 17 00:00:00 2001 From: Robert Mitwicki Date: Thu, 11 Jan 2024 17:40:58 +0100 Subject: [PATCH] feat(oca): Support flagged attributes --- oca/src/facade/explore.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/oca/src/facade/explore.rs b/oca/src/facade/explore.rs index 06a4d80..806516d 100644 --- a/oca/src/facade/explore.rs +++ b/oca/src/facade/explore.rs @@ -37,6 +37,7 @@ impl Facade { &[ObjectKind::CaptureBase(CaptureContent { attributes: None, properties: None, + flagged_attributes: None, }) .into()], )?;