


We are building Adaptive form with schema model as form data model. From adaptive form we are trying to break in to fragments, so it can reused by other applications. Adaptive fragments created from adaptive form is taking schema model as form data model by default. I didn't see any provision to change the form schema model like from form data model to json schema model. Only way I can see is changing from crxde.
These fragments might be reused by other apps, and they don't need the whole form data model. So we are looking create as small JSON schemas (Subset of formdatamodel) and looking to add it as form model as schema to the fragment.
Any advice will help us.
Thanks in advance.
Regards,
Chandra
Solved! Go to Solution.
Views
Replies
Sign in to like this content
Total Likes
Theres a couple of ways to do this. Have a look at the section "Reusable schema definitions" (JSON) [1]
With XML Schemas you can create ComplexType libraries that are linked into your main form schema [2]
Once you create the separate abstracted schema definition or ComplexType, you can associate the reusable schema into your fragment which will still be valid when you link the fragment into your main form as the schema is essentially the same.
[1] Adobe Experience Manager Help | Creating adaptive forms using JSON Schema
Theres a couple of ways to do this. Have a look at the section "Reusable schema definitions" (JSON) [1]
With XML Schemas you can create ComplexType libraries that are linked into your main form schema [2]
Once you create the separate abstracted schema definition or ComplexType, you can associate the reusable schema into your fragment which will still be valid when you link the fragment into your main form as the schema is essentially the same.
[1] Adobe Experience Manager Help | Creating adaptive forms using JSON Schema