diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2023-09-25 08:51:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-09-25 08:51:21 +0000 |
commit | 6d1516c3ec72d6cd0bee41408081dc6e3c9447e9 (patch) | |
tree | 2934849987b48af2d2e1378df7aff4cf656c9335 /cps-ncmp-rest/docs/openapi/components.yaml | |
parent | a071c9c77f9d5b83cff6c85a1c54d7938f547717 (diff) | |
parent | 477bd46874d2c8266007358f9ca335b0442cea18 (diff) |
Merge "Reinstate Spring Boot 3.0 after revert"
Diffstat (limited to 'cps-ncmp-rest/docs/openapi/components.yaml')
-rw-r--r-- | cps-ncmp-rest/docs/openapi/components.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cps-ncmp-rest/docs/openapi/components.yaml b/cps-ncmp-rest/docs/openapi/components.yaml index 243de62102..9bae794a30 100644 --- a/cps-ncmp-rest/docs/openapi/components.yaml +++ b/cps-ncmp-rest/docs/openapi/components.yaml @@ -223,12 +223,12 @@ components: state: $ref: '#/components/schemas/CmHandleCompositeState' CmHandlePublicProperties: - type: array + type: object items: type: object additionalProperties: type: string - example: Book Type + example: 'Book Type' CmHandleCompositeState: type: object properties: |