An open API service indexing awesome lists of open source software.

https://github.com/qualisys/qualisys-schemas

JSON Schemas used to validate and give hints on writing YAML and JSON files for Qualisys products and services.
https://github.com/qualisys/qualisys-schemas

automation json-schema json-schema-validation qtm qualisys

Last synced: 11 months ago
JSON representation

JSON Schemas used to validate and give hints on writing YAML and JSON files for Qualisys products and services.

Awesome Lists containing this project

README

          

# Qualisys JSON / YAML schemas

This repository contains JSON Schemas used to validate and give hints on writing YAML and JSON files for Qualisys products and services.

## calqulus-pipeline.schema.json
This schema is used to validate and provide hints for [Calqulus pipelines](https://github.com/qualisys/Calqulus-Steps/) ([documentation](https://github.com/qualisys/Calqulus-Steps/blob/main/docs/index.md)). It is registered on the [JSON Schema Store](https://www.schemastore.org/json/) and should automatically be applied for all files following the pattern `*.calqulus.yaml` or `*.calqulus.yml`, like the pipelines found in our official [Calqulus-Pipelines](https://github.com/qualisys/Calqulus-Pipelines) repository.

## paf-module.schema.json
This schema is used for [Settings.paf](https://github.com/qualisys/paf-documentation) files for [Qualisys PAF Modules](https://www.qualisys.com/software/project-automation-framework/). It is registered on the [JSON Schema Store](https://www.schemastore.org/json/) so as long as you have configured your editor to treat `.paf` files as YAML files, it should automatically be used.