Skip to content

Commit

Permalink
remove obj type for api generated files (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
pzl authored Dec 12, 2023
1 parent 09bcf08 commit 486ff84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions package/endpoint/data_stream/api/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
- name: process.Ext.memory_region.malware_signature.primary
level: custom
type: object
object_type: keyword
description: The first matching details.
default_field: false
- name: process.Ext.memory_region.malware_signature.primary.matches
Expand Down Expand Up @@ -171,7 +170,6 @@
- name: process.Ext.memory_region.mapped_pe.Ext.sections
level: custom
type: object
object_type: keyword
description: The file's relevant sections, if it is a PE
default_field: false
- name: process.Ext.memory_region.mapped_pe.Ext.sections.hash.md5
Expand Down Expand Up @@ -226,7 +224,6 @@
- name: process.Ext.memory_region.mapped_pe.Ext.streams
level: custom
type: object
object_type: keyword
description: The file's streams, if it is a PE
default_field: false
- name: process.Ext.memory_region.mapped_pe.Ext.streams.hash.md5
Expand Down Expand Up @@ -447,7 +444,6 @@
- name: process.Ext.memory_region.memory_pe.Ext.sections
level: custom
type: object
object_type: keyword
description: The file's relevant sections, if it is a PE
default_field: false
- name: process.Ext.memory_region.memory_pe.Ext.sections.hash.md5
Expand Down Expand Up @@ -502,7 +498,6 @@
- name: process.Ext.memory_region.memory_pe.Ext.streams
level: custom
type: object
object_type: keyword
description: The file's streams, if it is a PE
default_field: false
- name: process.Ext.memory_region.memory_pe.Ext.streams.hash.md5
Expand Down Expand Up @@ -1574,7 +1569,6 @@
- name: Ext.memory_region.malware_signature.primary
level: custom
type: object
object_type: keyword
description: The first matching details.
default_field: false
- name: Ext.memory_region.malware_signature.primary.matches
Expand Down Expand Up @@ -1635,7 +1629,6 @@
- name: Ext.memory_region.mapped_pe.Ext.sections
level: custom
type: object
object_type: keyword
description: The file's relevant sections, if it is a PE
default_field: false
- name: Ext.memory_region.mapped_pe.Ext.sections.hash.md5
Expand Down Expand Up @@ -1690,7 +1683,6 @@
- name: Ext.memory_region.mapped_pe.Ext.streams
level: custom
type: object
object_type: keyword
description: The file's streams, if it is a PE
default_field: false
- name: Ext.memory_region.mapped_pe.Ext.streams.hash.md5
Expand Down Expand Up @@ -1911,7 +1903,6 @@
- name: Ext.memory_region.memory_pe.Ext.sections
level: custom
type: object
object_type: keyword
description: The file's relevant sections, if it is a PE
default_field: false
- name: Ext.memory_region.memory_pe.Ext.sections.hash.md5
Expand Down Expand Up @@ -1966,7 +1957,6 @@
- name: Ext.memory_region.memory_pe.Ext.streams
level: custom
type: object
object_type: keyword
description: The file's streams, if it is a PE
default_field: false
- name: Ext.memory_region.memory_pe.Ext.streams.hash.md5
Expand Down
10 changes: 0 additions & 10 deletions schemas/v1/api/api.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 486ff84

Please sign in to comment.