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

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

Awesome Lists containing this project

README

          

# FTW Tests YAML Schema

[![Lint and Generate](https://github.com/coreruleset/ftw-tests-schema/actions/workflows/lint.yml/badge.svg)](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)