From a76ac05b31f241b1f6b639f1234aa1565750aced Mon Sep 17 00:00:00 2001 From: Tamas Bajnoczi Date: Thu, 12 Oct 2023 20:52:26 +0300 Subject: [PATCH] fix: add missing `alias` to schema additions (#346) Co-authored-by: Tamas Bajnoczi --- src/schema.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/schema.js b/src/schema.js index 51833d8..693e484 100644 --- a/src/schema.js +++ b/src/schema.js @@ -122,6 +122,7 @@ function extendServerlessSchema(serverless) { { type: 'array', items: { type: 'string' } }, ], }, + alias: { type: 'string' }, clientContext: { anyOf: [ { const: false }, // to skip it