json-schema
cache for resolved json-pointer
Update data by any missing (default) values specified in the json-schema
json data with valid default data values
Return the json-schema for the requested pointer. Resolved the pointer on the stored schema by the accompanied json-data, which is required to resolve optional json-schema values.
pointer in data
json-schema for the requested pointer
list of valid items to insert at the given position
Create the template data object based on the json-schema, which fullfills the schemas structure as much as possible
data corresponding to json-schema
Sets the root data. This is optional and used within internal functions to support optional data-parameters.
On every change in data, call this method with that latest state schemaService.setData(latestData)
;
latest root data corresponding to stored json-schema
Set or change the application schema
Generated using TypeDoc
Manages json-schema interactions and adds caching of reoccuring json-schema requests