diff --git a/.changelog/4472.yml b/.changelog/4472.yml new file mode 100644 index 00000000000..b2b49fd3d71 --- /dev/null +++ b/.changelog/4472.yml @@ -0,0 +1,4 @@ +changes: +- description: Fixed an issue where `XSIAM Report` objects would fail structure **validate** checks, for having the `metadata` field. It's now added as optional + type: fix +pr_number: 4472 diff --git a/demisto_sdk/commands/common/schemas/xsiamreport.yml b/demisto_sdk/commands/common/schemas/xsiamreport.yml index 56b6bb93c3f..d943cd3a1d8 100644 --- a/demisto_sdk/commands/common/schemas/xsiamreport.yml +++ b/demisto_sdk/commands/common/schemas/xsiamreport.yml @@ -17,6 +17,8 @@ mapping: schema;templates_data_schema: type: map mapping: + metadata: + type: str global_id: type: str required: true