mirror of
https://github.com/cupcakearmy/master-thesis.git
synced 2024-11-16 18:10:50 +01:00
17 lines
267 B
YAML
17 lines
267 B
YAML
# https://editor.swagger.io/
|
|
|
|
# https://swagger.io/docs/specification/data-models/data-types/
|
|
|
|
openapi: 3.0.3
|
|
info:
|
|
title: Foo
|
|
version: 0.0.0
|
|
paths: {}
|
|
components:
|
|
schemas:
|
|
Scenario:
|
|
type: object
|
|
properties:
|
|
name:
|
|
type: string
|