mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
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:
parent
ffc2d9f68a
commit
d6036b181b
2 changed files with 1 additions and 1083 deletions
File diff suppressed because it is too large
Load diff
2
website/scripts/generate-merged-schema.js
vendored
2
website/scripts/generate-merged-schema.js
vendored
|
|
@ -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',
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue