mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 20:47:44 +00:00
17 lines
279 B
YAML
17 lines
279 B
YAML
openapi: 3.1.0
|
|
info:
|
|
title: Test
|
|
version: 0.0.1
|
|
servers:
|
|
- url: https://test.com
|
|
paths:
|
|
/test:
|
|
get:
|
|
operationId: test
|
|
responses:
|
|
"200":
|
|
description: OK
|
|
callbacks:
|
|
test:
|
|
$ref: "./min-callbacks.yaml#/test-callback"
|