mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 04:20:11 +00:00
16 lines
353 B
YAML
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' |