generated from openBackhaul/ApplicationOwnerRepositoryTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The example in the requestBody has a consequent-action-list, but the schema does not.
Therefore remove the consequent-action-list from the example in the OAS.
requestBody:
requestBody:
required: true
content:
application/json:
schema:
type: object
required:
- input-value-list
properties:
input-value-list:
type: array
items:
type: object
required:
- field-name
- field-value
properties:
field-name:
type: string
description: <
'Name of an input value
find in [/core-model-1-4:control-construct/profile-collection/profile=matr-1-0-2-action-p-003/action-profile-1-0:action-profile-pac/action-profile-capability/input-value-list/field-name]'
field-value:
type: string
example:
input-value-list:
- field-name: "TargetMacAddress"
field-value: "01:01:01:01:01:01"
consequent-action-list:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels