From b3656ae8ac5c2bea323e2eec28cecd222c7baee8 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Tue, 3 Dec 2024 02:54:40 +0300 Subject: [PATCH] Use default schema validation in atmos.yaml --- tests/atmos.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/tests/atmos.yaml b/tests/atmos.yaml index 2e0f99a..2a9bc20 100644 --- a/tests/atmos.yaml +++ b/tests/atmos.yaml @@ -262,21 +262,3 @@ integrations: matrix: sort-by: .stack_slug group-by: .stack_slug | split("-") | [.[0], .[2]] | join("-") - -# Validation schemas (for validating atmos stacks and components) -schemas: - # https://json-schema.org - jsonschema: - # Can also be set using 'ATMOS_SCHEMAS_JSONSCHEMA_BASE_PATH' ENV var, or '--schemas-jsonschema-dir' command-line arguments - # Supports both absolute and relative paths - base_path: "stacks/schemas/jsonschema" - # https://www.openpolicyagent.org - opa: - # Can also be set using 'ATMOS_SCHEMAS_OPA_BASE_PATH' ENV var, or '--schemas-opa-dir' command-line arguments - # Supports both absolute and relative paths - base_path: "stacks/schemas/opa" - # https://cuelang.org - cue: - # Can also be set using 'ATMOS_SCHEMAS_CUE_BASE_PATH' ENV var, or '--schemas-cue-dir' command-line arguments - # Supports both absolute and relative paths - base_path: "stacks/schemas/cue"