Files
libopenapi/index/rolodex_test_data/dir2/subdir2/shared.yaml
2023-11-25 10:10:51 -05:00

15 lines
353 B
YAML

openapi: 3.1.0
info:
title: Dir2 Shared Components
version: 1.0.0
components:
schemas:
SharedComponent:
type: object
description: Dir2 Shared Component
properties:
utilMessage:
$ref: "../utils/utils.yaml"
message:
type: string
description: I am pointless, but I am shared dir2.