Skip to content

add documentation for $pattern annotation #1005

add documentation for $pattern annotation

add documentation for $pattern annotation #1005

Workflow file for this run

name: Generate JSON Schema
on:
pull_request:
jobs:
validate:
name: Compare generated against provided
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Build
run: |
cd generate
npm ci
npm run compile
- name: Check Schemas
run: |
cd generate
npm run generate
- name: Upload generated schemas
if: always()
uses: actions/upload-artifact@v3
with:
name: schemas
path: |
generate/generated/*.json