mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
ab8780a58f
Co-authored-by: Gabo <gabo.fdc@gmail.com> Co-authored-by: Matt Desmond <beardofedu@github.com> Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
13 lines
234 B
YAML
13 lines
234 B
YAML
openapi: 3.0.0
|
|
info:
|
|
title: Example
|
|
version: '1.0'
|
|
contact:
|
|
name: Justin Kalland
|
|
email: justin@kalland.com
|
|
description: Test for super-linter
|
|
servers:
|
|
- url: 'http://localhost:3000'
|
|
paths: {}
|
|
tags:
|
|
- name: example
|