mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-24 19:19:56 +00:00
11 lines
192 B
YAML
11 lines
192 B
YAML
|
openapi: "3.0.0"
|
||
|
info:
|
||
|
title: Minimal valid OpenAPI specification
|
||
|
version: "0.1"
|
||
|
paths:
|
||
|
/status:
|
||
|
get:
|
||
|
responses:
|
||
|
default:
|
||
|
description: Return the API status.
|