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
You can start with the [deployed example](https://github.com/acao/cm6-json-schema/blob/main/dev/index.ts) to learn advanced usage.
90
+
You can start with the [deployed example](https://github.com/acao/cm6-json-schema/blob/main/dev/index.ts) to see a more comprehensive setup.
77
91
78
92
Many more docs to come, including API docs!
79
93
80
-
## Current constraints:
94
+
## Current Constraints:
81
95
82
96
- only linting & hover is available for `oneOf`, `anyOf`, `allOf` and other [schema combination methods](https://json-schema.org/understanding-json-schema/reference/combining.html)
83
97
- it only works with one json schema instance at a time, and doesn't yet fetch remote schemas. schema service coming soon!
0 commit comments