args: - name: fields_to_search required: true description: Fields to search if they exist in map. isArray: true - name: object required: true description: Map in which to search fields. isArray: true comment: Verifies that a given object includes all the given fields. commonfields: id: VerifyObjectFieldsList version: -1 name: VerifyObjectFieldsList outputs: - contextPath: FieldsExists description: If true, all the given fields exist in the object. type: boolean script: '-' tags: - basescript timeout: '0' type: python subtype: python3 dockerimage: demisto/python3:3.12.13.10116658 fromversion: 6.0.0 tests: - No test