11 lines
217 B
Plaintext
11 lines
217 B
Plaintext
allOf:
|
|
- type: object
|
|
required:
|
|
- name
|
|
- integration_type
|
|
properties:
|
|
integration_type:
|
|
$ref: '../openapi-with-back.yaml#/components/schemas/TypeB'
|
|
name:
|
|
type: string
|