mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-12-24 06:18:40 +08:00
14 lines
457 B
YAML
14 lines
457 B
YAML
# SPDX-FileCopyrightText: 2023-2025 Steffen Vogel <post@steffenvogel.de>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.1/schema.yaml
|
|
---
|
|
$schema: https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.1/schema.yaml
|
|
openapi: 3.1.0
|
|
info:
|
|
title: cunicu API
|
|
version: 0.0.1
|
|
components:
|
|
schemas:
|
|
Config:
|
|
$ref: config.yaml
|
|
|