@extrahorizon/exh-cli 1.7.0-dev-52-aa2da76 → 1.7.0-dev-58-d05e09f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
# Extra Horizon CLI changelog
|
|
2
2
|
|
|
3
3
|
### v1.7.0
|
|
4
|
-
* `exh data schemas sync` now allows schema `.json` files to contain a `$schema` property
|
|
4
|
+
* `exh data schemas sync` now allows your schema `.json` files to contain a `$schema` property
|
|
5
5
|
* This allows you to specify a json-schema for the schema files themselves, providing hints and validation in your editor
|
|
6
|
+
* Add `"$schema": "https://swagger.extrahorizon.com/cli/1.7.0/config-json-schemas/Schema.json"` to the top of your schemas to use the same json-schema as the CLI does internally
|
|
6
7
|
* `exh data schemas sync` now allows all components in a schema to have a `description` property
|
|
7
8
|
* These descriptions are not synced, but allow you to provide inline documentation for the components in your schema
|
|
8
9
|
* Revamped the schema validation to use the more complete json-schema definition
|