Leszek Wiesner cfe77cea87 New schemas, improved tooling, initialization scripts преди 4 години
..
inputs cfe77cea87 New schemas, improved tooling, initialization scripts преди 4 години
schemas cfe77cea87 New schemas, improved tooling, initialization scripts преди 4 години
scripts cfe77cea87 New schemas, improved tooling, initialization scripts преди 4 години
types cfe77cea87 New schemas, improved tooling, initialization scripts преди 4 години
typings cfe77cea87 New schemas, improved tooling, initialization scripts преди 4 години
.gitignore cfe77cea87 New schemas, improved tooling, initialization scripts преди 4 години
README.md cfe77cea87 New schemas, improved tooling, initialization scripts преди 4 години
package.json cfe77cea87 New schemas, improved tooling, initialization scripts преди 4 години
tsconfig.json cfe77cea87 New schemas, improved tooling, initialization scripts преди 4 години
vscode-recommended.settings.json cfe77cea87 New schemas, improved tooling, initialization scripts преди 4 години

README.md

Content directory json schemas and inputs

Working in VSCode

  1. Create .vscode folder inside your monorepo working directory (if doesn't already exist)
  2. Copy vscode-recommended.settings.json into .vscode directory and rename it to settings.json (or merge it with the exsisting settings.json)
  3. Get the benefit of live-validation of files inside inputs! (you must follow the *Class.json, *Schema.json, *{EntityName}Batch naming pattern)

Validate via CLI

Run yarn workspace cd-schemas validate or yarn validate (if inside content-directory-schemas) to validate json schemas and inputs inside the /inputs directory.