Skip to content
Draft
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
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
Loading