12 lines
179 B
Plaintext
12 lines
179 B
Plaintext
components:
|
|
schemas:
|
|
A:
|
|
type: object
|
|
properties:
|
|
a:
|
|
type: string
|
|
b:
|
|
$ref: '#/components/schemas/B'
|
|
B:
|
|
type: string
|