Skip to content

Commit

Permalink
removed schemas/ext.config.yaml.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed May 9, 2023
1 parent 37ac2d7 commit 1b0ab58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 150 deletions.
147 changes: 0 additions & 147 deletions schema/ext.config.yaml.schema.json

This file was deleted.

5 changes: 2 additions & 3 deletions schema/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ OF ANY KIND, either express or implied. See the License for the specific languag
governing permissions and limitations under the License.
*/

const { USER_CONFIG_FILE, DEPLOY_CONFIG_FILE, EXT_CONFIG_FILE, IMPORT_CONFIG_FILE } = require('../src/lib/defaults')
const { USER_CONFIG_FILE, DEPLOY_CONFIG_FILE, IMPORT_CONFIG_FILE } = require('../src/lib/defaults')

module.exports = {
[IMPORT_CONFIG_FILE]: require('./config.schema.json'),
[USER_CONFIG_FILE]: require('./app.config.yaml.schema.json'),
[DEPLOY_CONFIG_FILE]: require('./deploy.yaml.schema.json'),
[EXT_CONFIG_FILE]: require('./ext.config.yaml.schema.json')
[DEPLOY_CONFIG_FILE]: require('./deploy.yaml.schema.json')
}

0 comments on commit 1b0ab58

Please sign in to comment.