14 lines
232 B
Plaintext
14 lines
232 B
Plaintext
openapi: '3.0.1'
|
|
info:
|
|
title: Open API
|
|
description: Open API
|
|
version: v0
|
|
contact:
|
|
email: some@body.com
|
|
components:
|
|
schemas:
|
|
TypeA:
|
|
$ref: ./schemas/type-a.yaml#/
|
|
TypeB:
|
|
$ref: ./schemas/type-b.yaml#/
|