# ============LICENSE_START=======================================================
-# Copyright (C) 2024 Nordix Foundation
+# Copyright (C) 2024-2025 OpenInfra Foundation Europe. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
value:
description: Value dependent on the op specified. Resource for an add. Object for a replace. ActionParameters for an action.
type: object
- oneOf:
- - $ref: '#/components/schemas/Resource'
- - $ref: '#/components/schemas/ActionParameters'
- - $ref: '#/components/schemas/Object'
+ additionalProperties: true
CmHandleProperties:
description: Private properties of the cm handle for the given path
type: object
- Resource:
- type: object
- properties:
- id:
- description: Identifier of the resource object
- example: resource-identifier
- type: string
- attributes:
- description: Key value map representing the objects class attributes and values
- type: object
- additionalProperties:
- example: 'userLabel: label11'
- type: string
- ActionParameters:
- description: The input of the action in the form of key value pairs
- type: object
- additionalProperties:
- type: string
- Object:
- type: object
SubjobWriteResponse:
type: object
required: