Skip to content

wistefan/validate-data-model

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create openapi.yaml github action

This action validates a given JSON-Schema File in regards to compliance as a Smart-Data-Model.

The action provide information in the log output and annotation information for further usage.

Inputs

schema-file

Required Schema file to be validated, in reference to the repository root.

annotations-file

Filename to be used when failure annotations are created.

failure-file

Filename to be used when failure reports are created.

Example usage

uses: actions/validate-data-model@v1
with:
  schema-file: 'ACMeasurement/schema.json'