-
Notifications
You must be signed in to change notification settings - Fork 28
Add JSON schema support for the datamapper source/target document #861
Comments
The first commit attached here is just adding an entry point for the JSON schema, nothing else. Let's start here. datamapper initializes the source/target document here from their DataShape Right now it doesn't even load nor put the content into createDocumentDefinition(), so only java is allowed for DataShape.type. In order to support JSON schema, we need to load the JSON schema from somewhere, and pass it along. |
Is this related to #606 by any chance? |
It looks like so, and it's a datamapper part of the syndesisio/syndesis-project#14. Retrieve a JSON schema from component metadata and pass it into the atlasmap. |
JSON schema inspection in atlasmap has been implemented here - atlasmap/atlasmap#153 |
if DataShape.kind == json-instance || json-schema || xml-instance || xml-schema |
No description provided.
The text was updated successfully, but these errors were encountered: