This repository was archived by the owner on Aug 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
docs/docs/guide/data-source/metadata Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ We can point the schema of a data source to our JSON Schema file. The metadata s
242242 path: "/opt/app/data/json-schema-output"
243243 saveMode: "overwrite"
244244 metadataSourceType: "jsonSchema"
245- schemaFile : "/opt/app/mount/json-schema/payment-schema.json"
245+ jsonSchemaFile : "/opt/app/mount/json-schema/payment-schema.json"
246246 count:
247247 records: 10
248248 ```
@@ -319,7 +319,7 @@ JSON Schema metadata source supports powerful field filtering capabilities to co
319319 path: "/opt/app/data/json-schema-output"
320320 saveMode: "overwrite"
321321 metadataSourceType: "jsonSchema"
322- schemaFile : "/opt/app/mount/json-schema/payment-schema.json"
322+ jsonSchemaFile : "/opt/app/mount/json-schema/payment-schema.json"
323323 # Include specific fields only
324324 includeFields:
325325 - "customer_direct_debit_initiation_v11.group_header.message_identification"
You can’t perform that action at this time.
0 commit comments