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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,10 @@ See details in [gts/README.md](gts/README.md)
27
27
28
28
Other GTS spec [Reference Implementation](https://github.com/globaltypesystem/gts-spec/blob/main/README.md#9-reference-implementation-recommendations) recommended features support:
29
29
30
-
-[]**In-memory entities registry** - simple GTS entities registry with optional GTS references validation on entity registration
30
+
-[x]**In-memory entities registry** - simple GTS entities registry with optional GTS references validation on entity registration
31
31
-[x]**CLI** - command-line interface for all GTS operations
32
32
-[x]**Web server** - a non-production web-server with REST API for the operations processing and testing
33
-
-[]**x-gts-ref support** - to support special GTS entity reference annotation in schemas
33
+
-[x]**x-gts-ref support** - to support special GTS entity reference annotation in schemas
34
34
-[ ]**YAML support** - to support YAML files (*.yml, *.yaml) as input files
35
35
-[ ]**TypeSpec support** - add [typespec.io](https://typespec.io/) files (*.tsp) support
36
36
-[ ]**UUID for instances** - to support UUID as ID in JSON instances
0 commit comments