Files
libopenapi/test_specs/advancecallbackreferences/min-openapi.yaml
2023-12-04 10:15:31 +00:00

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"