Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Jun 7, 2024
1 parent c2d6a87 commit 873b4c5
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/openapi/openapi-iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7086,6 +7086,14 @@
type: object
additionalProperties:
$ref: '#/components/schemas/FulltextAttribute'
FulltextAttributeValueType:
type: string
description: Attribute Value Type
enum:
- BOOLEAN
- KEY_ONLY
- NUMBER
- STRING
FulltextAttribute:
type: object
properties:
Expand All @@ -7102,6 +7110,8 @@
booleanValue:
type: boolean
description: Attribute with boolean value
valueType:
$ref: '#/components/schemas/FulltextAttributeValueType'
GetDocumentFulltextResponse:
type: object
properties:
Expand Down
10 changes: 10 additions & 0 deletions docs/openapi/openapi-jwt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7086,6 +7086,14 @@
type: object
additionalProperties:
$ref: '#/components/schemas/FulltextAttribute'
FulltextAttributeValueType:
type: string
description: Attribute Value Type
enum:
- BOOLEAN
- KEY_ONLY
- NUMBER
- STRING
FulltextAttribute:
type: object
properties:
Expand All @@ -7102,6 +7110,8 @@
booleanValue:
type: boolean
description: Attribute with boolean value
valueType:
$ref: '#/components/schemas/FulltextAttributeValueType'
GetDocumentFulltextResponse:
type: object
properties:
Expand Down
10 changes: 10 additions & 0 deletions docs/openapi/openapi-key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7086,6 +7086,14 @@
type: object
additionalProperties:
$ref: '#/components/schemas/FulltextAttribute'
FulltextAttributeValueType:
type: string
description: Attribute Value Type
enum:
- BOOLEAN
- KEY_ONLY
- NUMBER
- STRING
FulltextAttribute:
type: object
properties:
Expand All @@ -7102,6 +7110,8 @@
booleanValue:
type: boolean
description: Attribute with boolean value
valueType:
$ref: '#/components/schemas/FulltextAttributeValueType'
GetDocumentFulltextResponse:
type: object
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7121,6 +7121,14 @@ Resources:
type: "object"
additionalProperties:
$ref: "#/components/schemas/FulltextAttribute"
FulltextAttributeValueType:
type: string
description: Attribute Value Type
enum:
- BOOLEAN
- KEY_ONLY
- NUMBER
- STRING
FulltextAttribute:
type: "object"
properties:
Expand All @@ -7137,6 +7145,8 @@ Resources:
booleanValue:
type: "boolean"
description: "Attribute with boolean value"
valueType:
$ref: "#/components/schemas/FulltextAttributeValueType"
GetDocumentFulltextResponse:
type: "object"
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7121,6 +7121,14 @@ Resources:
type: "object"
additionalProperties:
$ref: "#/components/schemas/FulltextAttribute"
FulltextAttributeValueType:
type: string
description: Attribute Value Type
enum:
- BOOLEAN
- KEY_ONLY
- NUMBER
- STRING
FulltextAttribute:
type: "object"
properties:
Expand All @@ -7137,6 +7145,8 @@ Resources:
booleanValue:
type: "boolean"
description: "Attribute with boolean value"
valueType:
$ref: "#/components/schemas/FulltextAttributeValueType"
GetDocumentFulltextResponse:
type: "object"
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7121,6 +7121,14 @@ Resources:
type: "object"
additionalProperties:
$ref: "#/components/schemas/FulltextAttribute"
FulltextAttributeValueType:
type: string
description: Attribute Value Type
enum:
- BOOLEAN
- KEY_ONLY
- NUMBER
- STRING
FulltextAttribute:
type: "object"
properties:
Expand All @@ -7137,6 +7145,8 @@ Resources:
booleanValue:
type: "boolean"
description: "Attribute with boolean value"
valueType:
$ref: "#/components/schemas/FulltextAttributeValueType"
GetDocumentFulltextResponse:
type: "object"
properties:
Expand Down

0 comments on commit 873b4c5

Please sign in to comment.