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.
- Host: GitHub
- URL: https://github.com/qualisys/qualisys-schemas
- Owner: qualisys
- License: mit
- Created: 2022-02-14T13:31:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T10:13:58.000Z (about 2 years ago)
- Last Synced: 2025-06-27T06:52:14.232Z (11 months ago)
- Topics: automation, json-schema, json-schema-validation, qtm, qualisys
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.