mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Removed need for redundant "strip" attribute in schemas
refs https://github.com/TryGhost/Toolbox/issues/314 - Writing schema definitions will become more concise without a need to specify all valid resource properties that could be accepted by the Admin API - no need to define "strip" attribute on every known
This commit is contained in:
parent
3e1d206d84
commit
f83ceb80d6
2 changed files with 7 additions and 6 deletions
|
@ -57,7 +57,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry/node": "6.19.7",
|
"@sentry/node": "6.19.7",
|
||||||
"@tryghost/adapter-manager": "0.2.31",
|
"@tryghost/adapter-manager": "0.2.31",
|
||||||
"@tryghost/admin-api-schema": "3.2.1",
|
"@tryghost/admin-api-schema": "3.2.3",
|
||||||
"@tryghost/api-version-compatibility-service": "0.4.1",
|
"@tryghost/api-version-compatibility-service": "0.4.1",
|
||||||
"@tryghost/bookshelf-plugins": "0.4.1",
|
"@tryghost/bookshelf-plugins": "0.4.1",
|
||||||
"@tryghost/bootstrap-socket": "0.2.20",
|
"@tryghost/bootstrap-socket": "0.2.20",
|
||||||
|
|
11
yarn.lock
11
yarn.lock
|
@ -1422,12 +1422,13 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
"@tryghost/errors" "^1.2.1"
|
"@tryghost/errors" "^1.2.1"
|
||||||
|
|
||||||
"@tryghost/admin-api-schema@3.2.1":
|
"@tryghost/admin-api-schema@3.2.3":
|
||||||
version "3.2.1"
|
version "3.2.3"
|
||||||
resolved "https://registry.yarnpkg.com/@tryghost/admin-api-schema/-/admin-api-schema-3.2.1.tgz#ee2fc119e99211ffcec251bb83af4a33425b19cc"
|
resolved "https://registry.yarnpkg.com/@tryghost/admin-api-schema/-/admin-api-schema-3.2.3.tgz#0feae738e7240e38adeb354cd56d0cce3df2ecaa"
|
||||||
integrity sha512-31bJQkqBuTlWCbis0JwZ/IoCmzSEJd0+hyDoBAqESvJBrtCuOxcfW/subrP/XHg+zXnf6Vz8CQQLJWMY7iPynw==
|
integrity sha512-+p4WFSyTiWO2Ift9Cg98Z8xJPd28A1p+ut/FzzvnIIjHhYPZK8KNKOOsIQkb+HU5motjEb0QvVlMZQWMD4Ib7A==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@tryghost/errors" "^1.0.0"
|
"@tryghost/errors" "^1.0.0"
|
||||||
|
ajv "^6.12.6"
|
||||||
lodash "^4.17.11"
|
lodash "^4.17.11"
|
||||||
|
|
||||||
"@tryghost/api-version-compatibility-service@0.4.1":
|
"@tryghost/api-version-compatibility-service@0.4.1":
|
||||||
|
@ -2542,7 +2543,7 @@ aggregate-error@^3.0.0:
|
||||||
clean-stack "^2.0.0"
|
clean-stack "^2.0.0"
|
||||||
indent-string "^4.0.0"
|
indent-string "^4.0.0"
|
||||||
|
|
||||||
ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4:
|
ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.6:
|
||||||
version "6.12.6"
|
version "6.12.6"
|
||||||
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
|
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
|
||||||
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
|
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
|
||||||
|
|
Loading…
Add table
Reference in a new issue