Skip to content

Commit c37340e

Browse files
icreatedicreated
authored andcommitted
Embedded Dataset Connector
1 parent e0807f0 commit c37340e

File tree

5 files changed

+34
-26
lines changed

5 files changed

+34
-26
lines changed

dataset/src/main/openapi/dataset.yaml

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -689,9 +689,26 @@ components:
689689
type: string
690690
connector:
691691
x-field-extra-annotation: "@com.redis.om.spring.annotations.Indexed"
692+
type: object
692693
description: the Connector setup bound to a Dataset
693-
allOf:
694-
- $ref: '#/components/schemas/DatasetConnector'
694+
properties:
695+
id:
696+
type: string
697+
x-field-extra-annotation: "@com.redis.om.spring.annotations.Indexed"
698+
description: the Connector id
699+
name:
700+
type: string
701+
x-field-extra-annotation: "@com.redis.om.spring.annotations.Indexed"
702+
description: the Connector name
703+
version:
704+
type: string
705+
description: the Connector version
706+
parametersValues:
707+
type: object
708+
additionalProperties:
709+
type: string
710+
# required:
711+
# - id
695712
fragmentsIds:
696713
type: array
697714
description: the list of other Datasets ids to compose as fragments
@@ -708,27 +725,6 @@ components:
708725
# required:
709726
# - name
710727
# - connector
711-
DatasetConnector:
712-
type: object
713-
description: a Connector setup
714-
properties:
715-
id:
716-
type: string
717-
x-field-extra-annotation: "@com.redis.om.spring.annotations.Indexed"
718-
description: the Connector id
719-
name:
720-
type: string
721-
x-field-extra-annotation: "@com.redis.om.spring.annotations.Indexed"
722-
description: the Connector name
723-
version:
724-
type: string
725-
description: the Connector version
726-
parametersValues:
727-
type: object
728-
additionalProperties:
729-
type: string
730-
# required:
731-
# - id
732728
DatasetCompatibility:
733729
type: object
734730
description: a Dataset compatibility constraint to a Solution version open range

doc/.openapi-generator/FILES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Models/ContainerResourceSizeInfo.md
1515
Models/ContainerResourceSizing.md
1616
Models/Dataset.md
1717
Models/DatasetCompatibility.md
18-
Models/DatasetConnector.md
1918
Models/DatasetCopyParameters.md
2019
Models/DatasetSearch.md
20+
Models/Dataset_connector.md
2121
Models/DeleteHistoricalData.md
2222
Models/GraphProperties.md
2323
Models/Organization.md

doc/Models/Dataset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**ownerId** | **String** | the User id which own this Dataset | [optional] [default to null]
1010
**organizationId** | **String** | the Organization Id related to this Dataset | [optional] [default to null]
1111
**tags** | **List** | the list of tags | [optional] [default to null]
12-
**connector** | [**DatasetConnector**](DatasetConnector.md) | the Connector setup bound to a Dataset | [optional] [default to null]
12+
**connector** | [**Dataset_connector**](Dataset_connector.md) | | [optional] [default to null]
1313
**fragmentsIds** | **List** | the list of other Datasets ids to compose as fragments | [optional] [default to null]
1414
**validatorId** | **String** | the validator id | [optional] [default to null]
1515
**compatibility** | [**List**](DatasetCompatibility.md) | the list of compatible Solutions versions | [optional] [default to null]

doc/Models/Dataset_connector.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Dataset_connector
2+
## Properties
3+
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**id** | **String** | the Connector id | [optional] [default to null]
7+
**name** | **String** | the Connector name | [optional] [default to null]
8+
**version** | **String** | the Connector version | [optional] [default to null]
9+
**parametersValues** | **Map** | | [optional] [default to null]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ Class | Method | HTTP request | Description
151151
- [ContainerResourceSizing](./Models/ContainerResourceSizing.md)
152152
- [Dataset](./Models/Dataset.md)
153153
- [DatasetCompatibility](./Models/DatasetCompatibility.md)
154-
- [DatasetConnector](./Models/DatasetConnector.md)
155154
- [DatasetCopyParameters](./Models/DatasetCopyParameters.md)
156155
- [DatasetSearch](./Models/DatasetSearch.md)
156+
- [Dataset_connector](./Models/Dataset_connector.md)
157157
- [DeleteHistoricalData](./Models/DeleteHistoricalData.md)
158158
- [GraphProperties](./Models/GraphProperties.md)
159159
- [Organization](./Models/Organization.md)

0 commit comments

Comments
 (0)