Skip to content

Fixed the OAS API Definition, as it had the wrong structure #25

Fixed the OAS API Definition, as it had the wrong structure

Fixed the OAS API Definition, as it had the wrong structure #25

Workflow file for this run

name: CI test
on:
pull_request:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate JSON
uses: walbo/[email protected]
with:
files: repository.json
schema: repository.schema.json
fail-on-missing-schema: true
schema-version: draft-07
strict: true
allow-matching-properties: false
allow-union-types: true