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
Copy file name to clipboardExpand all lines: README.md
+9-10
Original file line number
Diff line number
Diff line change
@@ -16,33 +16,32 @@ Lets get into those first(the normal front page continues below):
16
16
17
17
The json-schema-form standard
18
18
-----------------------------
19
-
A standard, json-schema-form, is being created.
19
+
A standard, json-schema-form, is being created.
20
20
21
-
The reason is that the concept of combining data, JSON Schema and a form definition is something that isn't just usable in a javascript angular web application, but in any framework, on any platform.
22
-
Currently, there ports are [angular-schema-form](https://github.com/json-schema-form/angular-schema-form) and [react-schema-form](https://github.com/networknt/react-schema-form), but delphi-schema-form and laravel-schema-form are planned as well.
23
-
To make these ports easier to do, and for everything to work in harmony, a common ground has to be established, a [standard](https://github.com/json-schema-form/json-schema-form).
21
+
The concept of combining data, JSON Schema and a form definition, is something that isn't just usable in a JavaScript Angular web application, but in any framework, on any platform.
22
+
Current ports are [angular-schema-form](https://github.com/json-schema-form/angular-schema-form) and [react-schema-form](https://github.com/networknt/react-schema-form), but delphi-schema-form and laravel-schema-form are planned as well.
23
+
To make these ports easier to do, and for everything to work in harmony, a common ground has to be established, a [standard](https://github.com/json-schema-form/json-schema-form).
24
24
25
25
Organisational
26
26
--------------
27
-
28
27
1. ASF has changed into using a more open governance model. This basically means that ASF is now governed by more people.
29
28
2. An umbrella organisaton, json-schema-form, has been formed. As you can see, this repo is now a part of that Github organisation, not Textalk.
30
29
31
30
Projects
32
31
--------
33
-
After a phase of planning, the following list of projects has been decided upon:
32
+
After a phase of planning, the following list of projects has been decided upon:
The goal for that version is to include the breaking changes that is needed for future developents, like *Of and local $refs:
39
+
The goal for that version is to include the breaking changes that is needed for future developments, like *Of and local $refs:
41
40
42
41
* Break out the non-framework specific parts of ASF into a vanilla ES6 module
43
42
* Remove the built-in bootstrap decorator, and in doing that require that users wanting to use that load that separately. The reason obviously being the material decorator.
44
43
45
-
The reason for the core break out is for all javascript-based ports of the json-schema-form concept to be able to share the same central code base.
44
+
The reason for the core break out is for all javascript-based ports of the json-schema-form concept to be able to share the same central code base.
46
45
Work in that direction is being done in the [json-schema-form-core](https://github.com/json-schema-form/json-schema-form-core) repository.
47
46
48
47
Schema builder UI
@@ -62,7 +61,7 @@ The documentation is evolving, and it is happening mostly on the wiki:
0 commit comments