You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Through the API the input data are serialized into the final formidable object. When a formidable object is deserialized, the API re-generated again the json schema.
The main idea is to store the incoming JSON (after validation) in order to store it and render it when needed without using the deserialization though RestFramework Serializer.
The text was updated successfully, but these errors were encountered:
wo0dyn
changed the title
Store the JSON Schema inside the formidable sql definition
Store the JSON schema inside the formidable SQL definition
Mar 16, 2017
Through the API the input data are serialized into the final formidable object. When a formidable object is deserialized, the API re-generated again the json schema.
The main idea is to store the incoming JSON (after validation) in order to store it and render it when needed without using the deserialization though RestFramework Serializer.
The text was updated successfully, but these errors were encountered: