Files
libopenapi/test_specs/third.yaml
quobix 54f4c82007 More coverage tuning and cleaning
Signed-off-by: quobix <dave@quobix.com>
2023-11-04 10:03:43 -04:00

16 lines
353 B
YAML

title: third doc title
description: third doc description
type: object
additionalProperties: false
maxProperties: 1
properties:
pencils:
$ref: '#/properties/property/properties/statistics'
property:
title: title of third prop in third doc
type: object
properties:
statistics:
$ref: 'second.yaml#/properties/property2'