/schema-validation

Validates examples according to given schemas for CI in aas-specs.

Primary LanguageC#Apache License 2.0Apache-2.0

schema-validation

Check

This repository provides sample programs used to validate the examples in aas-specs repository.

Binaries

We provide Windows binaries in the releases.

The validators are based on .NET Core 3.1.

Build from Source

To build the binaries from source code, change to the src/ directory and invoke:

dotnet publish -c Release -o out/schema-validation

We provide a script src/Release.ps1 that builds and packs the binaries into a zip archive. This is used to obtain the final binary release.