diff --git a/.github/workflows/validate_json_strucure.yml b/.github/workflows/validate_json_strucure.yml index a7e6c15..c765d5a 100644 --- a/.github/workflows/validate_json_strucure.yml +++ b/.github/workflows/validate_json_strucure.yml @@ -3,8 +3,8 @@ name: Validate JSON Structure Schema on: push: paths: - - 'src/main/resources/schema/**' - - '!src/main/resources/schema/examples/**' + - 'src/main/resources/schemas/**' + - '!src/main/resources/schemas/examples/**' jobs: validate-schema: diff --git a/src/main/resources/schemas/capability-schema.json b/src/main/resources/schemas/capability-schema.json index 6a3fc0f..b76b961 100644 --- a/src/main/resources/schemas/capability-schema.json +++ b/src/main/resources/schemas/capability-schema.json @@ -1598,4 +1598,4 @@ "additionalProperties": false } } -} +} \ No newline at end of file