Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Jun 9, 2024
1 parent 0ed51f0 commit fb3e276
Show file tree
Hide file tree
Showing 10 changed files with 337 additions and 269 deletions.
36 changes: 19 additions & 17 deletions docs/openapi/openapi-iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6383,20 +6383,23 @@
type: array
items:
type: string
SearchResponseAttributeField:
SearchResultDocumentAttribute:
properties:
key:
type: string
description: Attribute key
stringValue:
type: string
description: Attribute with string value
numberValue:
type: number
description: Attribute with number value
stringValues:
type: array
description: Attribute with string values
items:
type: string
numberValues:
type: array
description: Attribute with number values
items:
type: number
booleanValue:
type: boolean
description: Attribute with boolean value
valueType:
$ref: '#/components/schemas/AttributeValueType'
DocumentSearchMeta:
type: object
properties:
Expand Down Expand Up @@ -7086,7 +7089,7 @@
type: object
additionalProperties:
$ref: '#/components/schemas/FulltextAttribute'
FulltextAttributeValueType:
AttributeValueType:
type: string
description: Attribute Value Type
enum:
Expand All @@ -7111,7 +7114,7 @@
type: boolean
description: Attribute with boolean value
valueType:
$ref: '#/components/schemas/FulltextAttributeValueType'
$ref: '#/components/schemas/AttributeValueType'
GetDocumentFulltextResponse:
type: object
properties:
Expand Down Expand Up @@ -7403,11 +7406,10 @@
tags:
type: object
additionalProperties: true
responseAttributes:
type: array
description: List of document response attributes
items:
$ref: '#/components/schemas/SearchResponseAttributeField'
attributes:
type: object
additionalProperties:
$ref: '#/components/schemas/SearchResultDocumentAttribute'
metadata:
type: array
description: List of document Metadata
Expand Down
36 changes: 19 additions & 17 deletions docs/openapi/openapi-jwt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6383,20 +6383,23 @@
type: array
items:
type: string
SearchResponseAttributeField:
SearchResultDocumentAttribute:
properties:
key:
type: string
description: Attribute key
stringValue:
type: string
description: Attribute with string value
numberValue:
type: number
description: Attribute with number value
stringValues:
type: array
description: Attribute with string values
items:
type: string
numberValues:
type: array
description: Attribute with number values
items:
type: number
booleanValue:
type: boolean
description: Attribute with boolean value
valueType:
$ref: '#/components/schemas/AttributeValueType'
DocumentSearchMeta:
type: object
properties:
Expand Down Expand Up @@ -7086,7 +7089,7 @@
type: object
additionalProperties:
$ref: '#/components/schemas/FulltextAttribute'
FulltextAttributeValueType:
AttributeValueType:
type: string
description: Attribute Value Type
enum:
Expand All @@ -7111,7 +7114,7 @@
type: boolean
description: Attribute with boolean value
valueType:
$ref: '#/components/schemas/FulltextAttributeValueType'
$ref: '#/components/schemas/AttributeValueType'
GetDocumentFulltextResponse:
type: object
properties:
Expand Down Expand Up @@ -7403,11 +7406,10 @@
tags:
type: object
additionalProperties: true
responseAttributes:
type: array
description: List of document response attributes
items:
$ref: '#/components/schemas/SearchResponseAttributeField'
attributes:
type: object
additionalProperties:
$ref: '#/components/schemas/SearchResultDocumentAttribute'
metadata:
type: array
description: List of document Metadata
Expand Down
36 changes: 19 additions & 17 deletions docs/openapi/openapi-key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6383,20 +6383,23 @@
type: array
items:
type: string
SearchResponseAttributeField:
SearchResultDocumentAttribute:
properties:
key:
type: string
description: Attribute key
stringValue:
type: string
description: Attribute with string value
numberValue:
type: number
description: Attribute with number value
stringValues:
type: array
description: Attribute with string values
items:
type: string
numberValues:
type: array
description: Attribute with number values
items:
type: number
booleanValue:
type: boolean
description: Attribute with boolean value
valueType:
$ref: '#/components/schemas/AttributeValueType'
DocumentSearchMeta:
type: object
properties:
Expand Down Expand Up @@ -7086,7 +7089,7 @@
type: object
additionalProperties:
$ref: '#/components/schemas/FulltextAttribute'
FulltextAttributeValueType:
AttributeValueType:
type: string
description: Attribute Value Type
enum:
Expand All @@ -7111,7 +7114,7 @@
type: boolean
description: Attribute with boolean value
valueType:
$ref: '#/components/schemas/FulltextAttributeValueType'
$ref: '#/components/schemas/AttributeValueType'
GetDocumentFulltextResponse:
type: object
properties:
Expand Down Expand Up @@ -7403,11 +7406,10 @@
tags:
type: object
additionalProperties: true
responseAttributes:
type: array
description: List of document response attributes
items:
$ref: '#/components/schemas/SearchResponseAttributeField'
attributes:
type: object
additionalProperties:
$ref: '#/components/schemas/SearchResultDocumentAttribute'
metadata:
type: array
description: List of document Metadata
Expand Down
Loading

0 comments on commit fb3e276

Please sign in to comment.