Skip to content

Commit

Permalink
Add document mappings as field properties
Browse files Browse the repository at this point in the history
  • Loading branch information
girarda authored Sep 17, 2024
1 parent 5077561 commit 1cfc35b
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,17 @@ definitions:
json_schema:
description: Stream schema using Json Schema specs.
type: object
patternProperties:
"^.*$":
type: object
properties:
_ab_document_mapping:
type: string
enum:
- title
- content
- metadata
additionalProperties: true
existingJavaType: com.fasterxml.jackson.databind.JsonNode
supported_sync_modes:
description: List of sync modes supported by this stream.
Expand Down

0 comments on commit 1cfc35b

Please sign in to comment.