https://github.com/coreruleset/ftw-tests-schema
FTW Testing YAML Schema Definition
https://github.com/coreruleset/ftw-tests-schema
coreruleset ftw schema tests yaml
Last synced: 5 months ago
JSON representation
FTW Testing YAML Schema Definition
- Host: GitHub
- URL: https://github.com/coreruleset/ftw-tests-schema
- Owner: coreruleset
- License: apache-2.0
- Created: 2022-11-09T12:58:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-19T06:41:15.000Z (5 months ago)
- Last Synced: 2026-01-19T14:59:42.713Z (5 months ago)
- Topics: coreruleset, ftw, schema, tests, yaml
- Language: Go
- Homepage:
- Size: 195 KB
- Stars: 1
- Watchers: 11
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FTW Tests YAML Schema
[](https://github.com/coreruleset/ftw-tests-schema/actions/workflows/lint.yml)
This repository contains the YAML Schema used in the FTW tool. It is being maintained as code, so it will be easy to include as a library.
## Usage
You will need the `dstdocgen` go generator for creating the documentation in markdown format. The tool is easily installed using:
```
go install github.com/projectdiscovery/yamldoc-go/cmd/docgen/dstdocgen@latest
```
Then you can run:
```
go run mage.go markdown
```
## Generated documentation versions
- [v1.0.0](spec/v1.0.0)
- [v1.1.0](spec/v1.1.0)
- [v2.0.0](spec/v2.0.0)
- [v2.1.0](spec/v2.1.0)