mirror of
https://github.com/cupcakearmy/master-thesis.git
synced 2026-04-02 11:55:30 +00:00
Clear History
This commit is contained in:
16
code/crd/schema.yml
Normal file
16
code/crd/schema.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user