diff options
Diffstat (limited to 'openapi/components.yml')
-rw-r--r-- | openapi/components.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openapi/components.yml b/openapi/components.yml index a339134e..3104a6dc 100644 --- a/openapi/components.yml +++ b/openapi/components.yml @@ -137,7 +137,6 @@ components: YangResources: type: array items: - type: object $ref: '#/components/schemas/YangResource' YangResource: @@ -173,6 +172,7 @@ components: cmHandleProperties: type: object + nullable: true additionalProperties: type: string example: {"prop1":"value1","prop2":"value2"} |