Skip to content

Commit

Permalink
Allow package-level vars in API schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jen-huang committed Apr 6, 2021
1 parent 7e60f3c commit 5dad3d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/fleet/server/types/models/package_policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const PackagePolicyBaseSchema = {
),
})
),
vars: schema.maybe(ConfigRecordSchema),
};

export const NewPackagePolicySchema = schema.object({
Expand Down

0 comments on commit 5dad3d7

Please sign in to comment.