openapi-merger
Version:
Yet another CLI tool for merging multiple OpenAPI files into a single file.
17 lines (16 loc) • 381 B
YAML
description: A representation of a cat
allOf:
- $ref: ../../openapi.yaml#/components/schemas/Pet
- type: object
properties:
huntingSkill:
type: string
description: The measured skill for hunting
default: lazy
enum:
- clueless
- lazy
- adventurous
- aggressive
required:
- huntingSkill