Schema: Remove unused and outdated schema/fleet_schema.json (#18092)

Changes:
- Deleted `schema/fleet_schema.json` (This file was previously used when
merging the osquery schema with Fleet's overrides before we switched to
using YAML override files).
- Updated the description of the `generate-merged-schema` script.
This commit is contained in:
Eric 2024-04-05 17:13:32 -05:00 committed by GitHub
parent ffc2d9f68a
commit d6036b181b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1083 deletions

File diff suppressed because it is too large Load diff

View file

@ -4,7 +4,7 @@ module.exports = {
friendlyName: 'Generate merged schema',
description: 'Merge the osquery schema from the osquery/osquery-site GitHub repo with Fleet\'s overrides (/schema/fleet_schema.json) and save the merged schema to /schema/osquery_fleet_schema.json',
description: 'Merge the osquery schema from the osquery/osquery-site GitHub repo with Fleet\'s overrides (/schema/tables/) and save the merged schema to /schema/osquery_fleet_schema.json',