Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 33 additions & 30 deletions ext/hivemq-edge-openapi-2025.20-SNAPSHOT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7905,42 +7905,44 @@ components:
$ref: '#/components/schemas/DomainTag'
required:
- items
NorthboundMappingOwner:
allOf:
- $ref: '#/components/schemas/NorthboundMapping'
- type: object
properties:
adapterId:
type: string
description: The id of the adapter owning the tag
required:
- adapterId
NorthboundMappingOwnerList:
type: object
properties:
items:
type: array
description: List of result items that are returned by this endpoint
items:
type: object
required:
- adapterId
- mapping
properties:
adapterId:
type: string
description: The id of the adapter owning the mapping
mapping:
$ref: '#/components/schemas/NorthboundMapping'
$ref: '#/components/schemas/NorthboundMappingOwner'
required:
- items
SouthboundMappingOwner:
allOf:
- $ref: '#/components/schemas/SouthboundMapping'
- type: object
properties:
adapterId:
type: string
description: The id of the adapter owning the tag
required:
- adapterId
SouthboundMappingOwnerList:
type: object
properties:
items:
type: array
description: List of result items that are returned by this endpoint
items:
type: object
required:
- adapterId
- mapping
properties:
adapterId:
type: string
description: The id of the adapter owning the mapping
mapping:
$ref: '#/components/schemas/SouthboundMapping'
$ref: '#/components/schemas/SouthboundMappingOwner'
required:
- items
TagSchema:
Expand All @@ -7951,23 +7953,24 @@ components:
protocolId:
type: string
description: The id assigned to the protocol adapter type
DomainTagOwner:
allOf:
- $ref: '#/components/schemas/DomainTag'
- type: object
properties:
adapterId:
type: string
description: The id of the adapter owning the tag
required:
- adapterId
DomainTagOwnerList:
type: object
properties:
items:
type: array
description: List of result items that are returned by this endpoint
items:
type: object
required:
- adapterId
- mapping
properties:
adapterId:
type: string
description: The id of the adapter owning the tag
mapping:
$ref: '#/components/schemas/DomainTag'
$ref: '#/components/schemas/DomainTagOwner'
required:
- items
ProtocolAdapterCategory:
Expand Down
5 changes: 4 additions & 1 deletion hivemq-edge-frontend/src/api/__generated__/HiveMqClient.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hivemq-edge-frontend/src/api/__generated__/core/OpenAPI.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading