repository
stringclasses
528 values
commit
stringlengths
40
40
commitDate
timestamp[s]
path
stringlengths
11
149
repoStars
int64
5
94.9k
repoLastFetched
stringclasses
528 values
content
stringlengths
48
736k
license
stringclasses
14 values
language
stringclasses
7 values
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/remix/src/generators/meta/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "meta", "$schema": "https://json-schema.org/schema", "description": "Generate a meta function for a given route.", "properties": { "nameAndDirectoryFormat": { "description": "Whether to generate the meta function in the path as provided, relative to the current working directory and ignoring ...
MIT
en
nrwl/nx
29a9f8eba8ccc11aabdbf144314e8f20bc7e83ef
2023-07-19T14:42:13
packages/react/src/generators/stories/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactStorybookStories", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Generate stories/specs for all components declared in a project.", "examplesFile": "../../../docs/stories-examples.md", "properties": { "cypressProject": { "description": "The Cypress proje...
MIT
en
nrwl/nx
9352f2ee987f543a634d20a2af59c7189aa0acf4
2022-07-11T12:27:33
packages/angular/src/generators/remote/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxMFRemote", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Create an Angular Remote Module Federation Application.", "examples": [ { "command": "nx g @nrwl/angular:remote appName --host=host --port=4201", "description": "Cre...
MIT
en
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/react/src/generators/storybook-configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactStorybookConfigure", "$schema": "https://json-schema.org/schema", "cli": "nx", "description": "Set up Storybook for a React app or library.", "examplesFile": "../../../docs/storybook-configuration-examples.md", "properties": { "configureCypress": { "description": "Run the cypress-...
MIT
en
nrwl/nx
09c6ccb2666f98014a206e23187a2794642a579c
2022-09-28T15:08:01
packages/next/src/generators/application/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNextApp", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a Next.js Application for Nx.", "examples": [ { "command": "nx g app myapp --directory=myorg", "description": "Generate `apps/myorg/myapp` and `apps/myorg/myapp-e2e`" } ], "properties"...
MIT
en
nrwl/nx
d9aef75bd564cb2cec0bdbb5929b63bef2a65585
2021-02-11T02:30:55
packages/react/src/generators/stories/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "id": "storybook-stories", "properties": { "generateCypressSpecs": { "description": "Automatically generate *.spec.ts files in the cypress e2e app generated by the cypress-configure generator.", "type": "boolean", "x-prompt": "Do you want to gene...
MIT
en
nrwl/nx
e96dfe575af3fac71c7e74d549d7dbc0502a6d73
2023-01-06T16:36:46
packages/web/src/generators/application/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWebApp", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a web application using `swc` or `babel` as compiler.", "examplesFile": "../../../docs/application-examples.md", "properties": { "bundler": { "default": "webpack", "description": "The bundler...
MIT
en
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/esbuild/src/generators/configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxEsBuildProject", "$schema": "https://json-schema.org/schema", "cli": "nx", "description": "Add esbuild configuration to a project.", "examplesFile": "../../../docs/configuration-examples.md", "properties": { "buildTarget": { "default": "build", "description": "The build target to...
MIT
en
nrwl/nx
fab43a15e26b82857ee42456ea881822214a5981
2021-06-28T17:01:00
packages/nest/src/generators/guard/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestGuardGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "properties": { "directory": { "aliases": [ "d", "path" ], "description": "Directory where the generated files are placed.", "type": "string" ...
MIT
en
nrwl/nx
93f64dac8e2218b0e0e1419cc6f968350ff52e46
2022-10-10T13:32:04
packages/angular/src/generators/setup-mf/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "GeneratorAngularMFSetup", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Create Module Federation configuration files for given Angular Application.", "examplesFile": "../../../docs/setup-mf-examples.md", "properties": { "appName": { ...
MIT
en
nrwl/nx
25d6ec3a921d09cb95ad81ce2471e11e3f51e9d1
2023-11-07T20:45:42
packages/angular/src/generators/setup-ssr/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "GeneratorAngularUniversalSetup", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Create the additional configuration required to enable SSR via Angular Universal for an Angular application.", "properties": { "appId": { "default": "s...
MIT
en
nrwl/nx
e71cef0ba9db87823cfa94fbe74550a1e20761d0
2021-02-11T05:39:49
packages/next/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "id": "NxNextNgInit", "properties": { "e2eTestRunner": { "default": "cypress", "description": "Adds the specified e2e test runner", "enum": [ "cypress", "none" ], "type": "string" }, "skipFormat": { "defa...
MIT
en
nrwl/nx
06f84b3326ad80103b0edff8bdfbc2436bf388f0
2021-02-02T23:56:35
packages/web/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "cli": "nx", "id": "NxWebInit", "properties": { "e2eTestRunner": { "default": "cypress", "description": "Adds the specified e2e test runner", "enum": [ "cypress", "none" ], "type": "string" }, "skipFormat": {...
MIT
en
nrwl/nx
b311cbf8e33a9c11740bcda291a9f76e4ca19352
2023-07-21T15:09:09
packages/react/src/generators/storybook-configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactStorybookConfigure", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Set up Storybook for a React app or library.", "examplesFile": "../../../docs/storybook-configuration-examples.md", "properties": { "configureCypress": { "description": "Run the cypress-c...
MIT
en
nrwl/nx
24b1ab5463f46925d547fffc791050e699f86c90
2023-08-03T15:16:35
packages/react/src/generators/application/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactApp", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a React application for Nx.", "examples": [ { "command": "nx g app myapp --directory=myorg", "description": "Generate `apps/myorg/myapp` and `apps/myorg/myapp-e2e`" }, { "comman...
MIT
en
nrwl/nx
3a8ec4f53577218603726b7571470e9f26fae453
2023-01-23T22:48:58
packages/react/src/generators/storybook-configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactStorybookConfigure", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Set up Storybook for a React app or library.", "examplesFile": "../../../docs/storybook-configuration-examples.md", "properties": { "bundler": { "description": "The Storybook builder to u...
MIT
en
nrwl/nx
6dae32cc3af4f76f4de7f296a7c7c34ecfc1d62b
2022-03-24T16:00:06
packages/nest/src/generators/service/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestServiceGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Nest Service Options Schema.", "properties": { "directory": { "aliases": [ "dir", "path" ], "description": "Directory where the gen...
MIT
en
nrwl/nx
a3c08a9153360371ee09771389299201b3407e00
2021-05-28T13:35:34
packages/react/src/generators/library/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactLibrary", "$schema": "http://json-schema.org/schema", "cli": "nx", "examples": [ { "command": "g lib mylib --directory=myapp", "description": "Generate libs/myapp/mylib" }, { "command": "g lib mylib --appProject=myapp", "description": "Generate a library with...
MIT
en
nrwl/nx
015f1b78f4d34c6e2b4a9457f82e0f46c04c742a
2021-12-09T21:16:35
packages/react/src/generators/library/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactLibrary", "$schema": "http://json-schema.org/schema", "cli": "nx", "examples": [ { "command": "g lib mylib --directory=myapp", "description": "Generate libs/myapp/mylib" }, { "command": "g lib mylib --appProject=myapp", "description": "Generate a library with...
MIT
en
nrwl/nx
4eb7cc7bf170cd48dd87fdd0dd387d3592beec69
2023-03-31T15:22:18
packages/vite/src/generators/vitest/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "Vitest", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Generate a Vitest setup for a project.", "properties": { "coverageProvider": { "default": "c8", "description": "Coverage provider to use.", "enum": [ "c8", "istanbul" ], ...
MIT
en
nrwl/nx
2f91d962e846eda2790974d4eea664a6eb824e59
2022-09-27T09:04:28
packages/react/src/generators/storybook-configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactStorybookConfigure", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Set up Storybook for a React app or library.", "properties": { "configureCypress": { "default": true, "description": "Run the cypress-configure generator.", "type": "boolean", ...
MIT
en
nrwl/nx
016c89fed619785fa1a1408a502537f87d944c79
2023-08-22T16:28:23
packages/plugin/src/generators/create-package/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxPluginCreatePackage", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a framework package that uses Nx CLI.", "examplesFile": "../../../docs/generators/create-package-examples.md", "properties": { "compiler": { "default": "tsc", "description": "The...
MIT
en
nrwl/nx
a19fbb1ddba384932e07d0df06dfe6f182cd8782
2023-06-13T18:32:06
packages/next/src/generators/library/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactLibrary", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a React Library for an Nx workspace.", "examplesFile": "../../../docs/library-examples.md", "properties": { "appProject": { "alias": "a", "description": "The application project to add ...
MIT
en
nrwl/nx
920352215cb7f9e8f1e61c2001440b75db522844
2023-04-28T16:32:06
packages/react-native/src/executors/build-ios/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Build iOS app.", "examplesFile": "../../../docs/build-ios-examples.md", "presets": [ { "keys": [ "simulator" ], "name": "Build iOS for a simulator" }, { "keys": [ "device" ], ...
MIT
en
nrwl/nx
3b5bf6d1d177188017d0c92d251bcd61a62686b4
2023-12-13T16:07:08
packages/remix/src/generators/setup/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxRemixSetup", "$schema": "http://json-schema.org/schema", "description": "Generate initial files required for Remix to work within the workspace.", "properties": { "packageManager": { "description": "The package manager to setup for", "enum": [ "yarn", "npm", "...
MIT
en
nrwl/nx
d00fc1d590b2d5a36fac13ac5a02b45c35f1786e
2022-10-04T14:46:36
packages/angular/src/generators/add-linting/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxAngularAddLintingGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Adds linting configuration to an Angular project.", "examples": [ { "command": "nx g @nrwl/angular:add-linting --prefix=cool --projectName=cool-lib --pro...
MIT
en
nrwl/nx
6dae32cc3af4f76f4de7f296a7c7c34ecfc1d62b
2022-03-24T16:00:06
packages/nest/src/generators/controller/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestControllerGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Nest Controller Options Schema.", "properties": { "directory": { "aliases": [ "dir", "path" ], "description": "Directory where t...
MIT
en
nrwl/nx
2f91d962e846eda2790974d4eea664a6eb824e59
2022-09-27T09:04:28
packages/storybook/src/generators/configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxStorybookConfigure", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Add Storybook configuration to a UI library or an application.", "properties": { "configureCypress": { "description": "Run the cypress-configure generator.", "type": "boolean", "x-pr...
MIT
en
nrwl/nx
369ed3589427e13f3b1d520507737f65b5428efe
2024-02-02T19:32:48
packages/remix/generators.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "https://json-schema.org/schema", "extends": [ "@nx/react" ], "generators": { "action": { "description": "Add an action function to an existing route", "implementation": "./src/generators/action/action.impl", "schema": "./src/generators/action/schema.json" }, "appl...
MIT
en
nrwl/nx
d91c7ca4ec6c3eb6ffd7e4eb0fda4a61a5b5bd8c
2022-09-30T11:02:05
packages/workspace/src/generators/preset/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWorkspacePreset", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Creates applications in a new workspace.", "properties": { "cli": { "description": "CLI powering the workspace.", "type": "string" }, "linter": { "default": "eslint", "des...
MIT
en
nrwl/nx
739e2e7115ff057ec923ef71dc09f2d73bef2977
2024-04-23T15:27:09
packages/workspace/src/generators/new/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWorkspaceNew", "$schema": "https://json-schema.org/schema", "additionalProperties": true, "cli": "nx", "description": "Create an empty workspace.", "properties": { "appName": { "description": "Application name.", "type": "string" }, "defaultBase": { "description": "...
MIT
en
nrwl/nx
bb9f880a8e1c808a8e3b31e842c88e3a0d569e4e
2023-08-22T14:10:54
packages/express/src/generators/application/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "SchematicsNxExpressApp", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Nx Application Options Schema.", "properties": { "babelJest": { "default": false, "description": "Use `babel` instead `ts-jest`.", "type": "boolean", "x-deprecated": "Use --s...
MIT
en
nrwl/nx
a22bd54f3f932fc2ddcb2a5cee0f769eaf68a355
2023-01-16T12:19:33
packages/angular/src/generators/host/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxMFHost", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Create an Angular Host Module Federation Application.", "examples": [ { "command": "nx g @nrwl/angular:host appName --remotes=remote1", "description": "Create an Angul...
MIT
en
nrwl/nx
e240339f339385e1e5b0ef0a74a0955568577163
2022-12-09T19:36:09
packages/js/src/generators/library/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxTypescriptLibrary", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a TypeScript Library.", "examplesFile": "../../../docs/library-examples.md", "properties": { "buildable": { "default": true, "description": "Generate a buildable library.", "...
MIT
en
nrwl/nx
295b8d737c687e21e709fa5fa8397e49e12987d3
2021-08-18T22:02:12
packages/node/src/generators/library/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNodeLibrary", "$schema": "http://json-schema.org/schema", "cli": "nx", "examples": [ { "command": "g lib mylib --directory=myapp", "description": "Generate libs/myapp/mylib" } ], "properties": { "babelJest": { "default": false, "description": "Use babel instea...
MIT
en
nrwl/nx
5d1c8eacd7b3f919a28018a8069fa6a4e7711a45
2023-01-30T10:56:19
packages/nest/src/generators/service/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestServiceGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Nest Service Options Schema.", "properties": { "directory": { "aliases": [ "dir", "path" ], "description": "Directory where the gen...
MIT
en
nrwl/nx
e45c2f24bab36a72c3481ffbd605b6003a6591f2
2022-08-02T18:37:23
packages/js/executors.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "builders": { "node": { "description": "Execute a Node application.", "implementation": "./src/executors/node/compat", "schema": "./src/executors/node/schema.json" }, "swc": { "description": "Build a project using SWC.", "implem...
MIT
en
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/vue/src/generators/storybook-configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxVueStorybookConfigure", "$schema": "https://json-schema.org/schema", "cli": "nx", "description": "Set up Storybook for a Vue project.", "examplesFile": "../../../docs/storybook-configuration-examples.md", "properties": { "configureStaticServe": { "default": true, "description": "...
MIT
en
nrwl/nx
3eede1c7debee88572a71f4668b9b0d63a169f62
2023-04-12T12:23:13
packages/web/src/generators/application/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWebApp", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a web application using `swc` or `babel` as compiler.", "examplesFile": "../../../docs/application-examples.md", "properties": { "bundler": { "default": "webpack", "description": "The bundler...
MIT
en
nrwl/nx
4eb7cc7bf170cd48dd87fdd0dd387d3592beec69
2023-03-31T15:22:18
packages/storybook/src/generators/cypress-project/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "cypress-configure", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Add cypress E2E app to test a ui library that is set up for Storybook.", "properties": { "ciTargetName": { "description": "The name of the devServerTarget to use for the Cypress CI configuration. U...
MIT
en
nrwl/nx
6dae32cc3af4f76f4de7f296a7c7c34ecfc1d62b
2022-03-24T16:00:06
packages/react-native/src/generators/stories/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactNativeStorybookStories", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "React native Storybook stories.", "properties": { "project": { "$default": { "$source": "projectName", "index": 0 }, "description": "Library or application n...
MIT
en
nrwl/nx
a25e081a84509d83db5c5c4c27d2898dcad79f65
2021-01-25T17:52:30
packages/workspace/src/generators/remove/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Remove a project from the workspace", "examples": [ { "command": "g @nrwl/workspace:remove my-feature-lib", "description": "Remove my-feature-lib from the workspace" }, { "command": "g @nrwl/workspace:remove...
MIT
en
nrwl/nx
bdcbac4445df85a8f861ac70465eb641e025e8de
2021-10-15T22:07:12
packages/nest/src/generators/library/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestLibraryGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "examples": [ { "command": "g lib mylib --directory=myapp", "description": "Generate libs/myapp/mylib" } ], "properties": { "buildable": { "default": fal...
MIT
en
nrwl/nx
8311a172d77e316c34a7689cbe8679a045cc8c50
2021-10-26T10:12:53
packages/angular/src/generators/library-secondary-entry-point/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxAngularLibrarySecondaryEntryPoint", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "properties": { "library": { "description": "The name of the library to create the secondary entry point for.", "pattern": "^[a-zA-Z].*$", "type": "stri...
MIT
en
nrwl/nx
8f705e31e2f7dd0399851efc17e62ba4f35e6642
2024-05-09T01:54:41
packages/nest/src/generators/decorator/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestDecoratorGenerator", "$schema": "https://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Nest Decorator Options Schema.", "properties": { "directory": { "aliases": [ "dir", "path" ], "description": "Directory where th...
MIT
en
nrwl/nx
6141f44203898277adb8244db4200fcc3cea207f
2024-01-17T19:22:58
packages/web/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWebInit", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Init Web Plugin.", "properties": { "keepExistingVersions": { "default": false, "description": "Keep existing dependencies versions", "type": "boolean", "x-priority": "internal" }, ...
MIT
en
nrwl/nx
11fcb8f2d41beff1c58f8b144d2fd4ccce7f1ac8
2023-09-18T16:11:38
packages/react/src/generators/remote/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "GeneratorReactRemote", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Create Module Federation configuration files for given React Remote Application.", "properties": { "classComponent": { "alias": "C", "default": false, ...
MIT
en
nrwl/nx
5e51cd6eb5e3555c0e6565608424fe2bb03082b1
2023-08-02T20:14:17
packages/playwright/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxPlaywrightInit", "$schema": "http://json-schema.org/schema", "description": "Initializes a Playwright project in the current workspace.", "properties": { "skipFormat": { "default": false, "description": "Skip formatting files.", "type": "boolean", "x-priority": "internal"...
MIT
en
nrwl/nx
6cb159e9f7942332343f9d016ed77594f4e7db7b
2023-06-22T21:38:54
packages/nest/src/generators/library/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestLibraryGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Create a NestJS Library for Nx.", "examples": [ { "command": "nx g lib mylib --directory=myapp", "description": "Generate libs/myapp/mylib" } ], ...
MIT
en
nrwl/nx
8f705e31e2f7dd0399851efc17e62ba4f35e6642
2024-05-09T01:54:41
packages/nest/src/generators/gateway/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestGatewayGenerator", "$schema": "https://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Nest Gateway Options Schema.", "properties": { "directory": { "aliases": [ "dir", "path" ], "description": "Directory where the ge...
MIT
en
nrwl/nx
7942ea3c835bcc94a158b34f211ad32ecfdffb1f
2023-10-26T16:53:02
packages/js/src/generators/library/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxTypescriptLibrary", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Create a TypeScript Library.", "examplesFile": "../../../docs/library-examples.md", "properties": { "buildable": { "default": true, "description": "Generate a buildable library.", "...
MIT
en
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/remix/src/generators/error-boundary/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxRemixErrorBoundary", "$schema": "https://json-schema.org/schema", "description": "Generate an ErrorBoundary for a given route.", "examples": [ { "command": "g error-boundary --routePath=apps/demo/app/routes/my-route.tsx", "description": "Generate an ErrorBoundary for my-route.tsx" ...
MIT
en
nrwl/nx
2128f8e3e2d79397892aabad57ae69690d5aaa19
2023-07-11T20:47:56
packages/playwright/src/executors/playwright/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "description": "Run Playwright tests.", "properties": { "browser": { "description": "Browser to use for tests, one of 'all', 'chromium', 'firefox' or 'webkit'. If a playwright config is provided/discovered then the browserName value is expected from the conf...
MIT
en
nrwl/nx
deb0f1a49294eafe18c407a96c95e40af15d3738
2024-01-30T21:29:05
packages/remix/src/generators/loader/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "data-loader", "$schema": "https://json-schema.org/schema", "description": "Generate an loader for a given route.", "properties": { "nameAndDirectoryFormat": { "description": "Whether to generate the loader in the path as provided, relative to the current working directory and ignoring the pr...
MIT
en
nrwl/nx
b3dd65adbc8ebd386ed0eddbd67fcdc1d8b3fa48
2023-03-22T21:38:32
packages/angular/src/generators/storybook-configuration/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxAngularStorybookConfigurationGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Adds Storybook configuration to a project to be able to use and create stories.", "examplesFile": "../../../docs/storybook-configuration-examples.md", ...
MIT
en
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/nest/src/generators/class/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestClassGenerator", "$schema": "https://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Nest Class Options Schema.", "properties": { "directory": { "aliases": [ "dir", "path" ], "description": "Directory where the genera...
MIT
en
nrwl/nx
6dae32cc3af4f76f4de7f296a7c7c34ecfc1d62b
2022-03-24T16:00:06
packages/jest/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxJestInit", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Add Jest Configuration to a workspace.", "properties": { "babelJest": { "alias": "babel-jest", "default": false, "description": "Use `babel-jest` instead of `ts-jest`.", "type": "boolean...
MIT
en
nrwl/nx
b6cbb2ac6db6eec82e4b7db22fb2cf95f746baa3
2024-01-12T18:46:10
packages/remix/src/generators/meta/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "meta", "$schema": "http://json-schema.org/schema", "description": "Generate a meta function for a given route.", "properties": { "nameAndDirectoryFormat": { "description": "Whether to generate the meta function in the path as provided, relative to the current working directory and ignoring t...
MIT
en
nrwl/nx
7891a687153c596cce448ef30e8f28c7395d11b0
2022-08-17T11:06:07
packages/angular/src/generators/scam-to-standalone/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "GeneratorAngularScamToStandalone", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Convert an Inline SCAM to a Standalone Component.", "properties": { "component": { "$default": { "$source": "argv", "index": 0 }, "description": "The path...
MIT
en
nrwl/nx
79f5fc3108dead7f87011e41b3ad35656e2d579c
2023-03-08T16:42:09
packages/workspace/src/generators/new/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWorkspaceNew", "$schema": "http://json-schema.org/schema", "additionalProperties": true, "cli": "nx", "description": "Create an empty workspace.", "properties": { "appName": { "description": "Application name.", "type": "string" }, "defaultBase": { "description": "D...
MIT
en
nrwl/nx
1bc79652783bd5e47ad7e65025c359ea4be4c8fc
2023-06-05T14:59:01
packages/expo/src/executors/submit/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "description": "Submit app binary to App Store and/or Play Store.", "presets": [ { "keys": [ "platform" ], "name": "Submit for a specific platform" }, { "keys": [ "profile" ], "name": "Submit using a spec...
MIT
en
nrwl/nx
d20cf91e6c5e1b71fb8af4e6413d27b15e82d2ce
2023-01-13T16:50:01
packages/react/src/generators/component-test/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactCypressComponentTest", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Add a Cypress component test for a component.", "examples": [ { "command": "nx g @nrwl/react:component-test --project=my-react-project --component-path=src/lib/fancy-component.tsx", ...
MIT
en
nrwl/nx
82fbb98e7d2337b801587e79c7e253056e0beee0
2022-12-21T14:15:26
packages/angular/src/generators/application/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "GeneratorNxApp", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Creates an Angular application.", "examplesFile": "../../../docs/application-examples.md", "properties": { "addTailwind": { "default": false, "description": "W...
MIT
en
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/eslint/src/generators/convert-to-flat-config/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "ConvertToFlatConfig", "$schema": "https://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Convert an Nx workspace's ESLint configs to use Flat Config.", "properties": { "skipFormat": { "default": false, "description": "Skip formatting files.", ...
MIT
en
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/playwright/src/executors/playwright/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "https://json-schema.org/schema", "description": "Run Playwright tests.", "properties": { "browser": { "description": "Browser to use for tests, one of 'all', 'chromium', 'firefox' or 'webkit'. If a playwright config is provided/discovered then the browserName value is expected from the con...
MIT
en
nrwl/nx
18ddc74f4f7c0e3a22abdc44f868554d68830f6f
2023-12-21T09:49:56
packages/playwright/src/executors/playwright/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "description": "Run Playwright tests.", "properties": { "browser": { "description": "Browser to use for tests, one of 'all', 'chromium', 'firefox' or 'webkit'. If a playwright config is provided/discovered then the browserName value is expected from the conf...
MIT
en
nrwl/nx
2f7d647f52a2ab99aef880c0e0c9523ee51f3161
2022-09-27T17:03:23
packages/react/src/generators/stories/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactStorybookStories", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Generate stories/specs for all components declared in a project.", "examplesFile": "../../../docs/stories-examples.md", "properties": { "cypressProject": { "description": "The Cypress proje...
MIT
en
nrwl/nx
8154191eb1042b15ef2e477f6901b119009b07a9
2022-07-08T19:34:00
packages/react/src/generators/component-test/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactCypressComponentTest", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Add a Cypress component test for a component.", "examples": [ { "command": "nx g @nrwl/react:component-test --project=my-react-project --component-path=src/lib/fancy-component.tsx", ...
MIT
en
nrwl/nx
8f705e31e2f7dd0399851efc17e62ba4f35e6642
2024-05-09T01:54:41
packages/nest/src/generators/resolver/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxNestResolverGenerator", "$schema": "https://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Nest Resolver Options Schema.", "properties": { "directory": { "aliases": [ "dir", "path" ], "description": "Directory where the ...
MIT
en
nrwl/nx
edf0b1ce202a7175508f1412bb891a4b42a186bb
2023-06-12T16:38:26
packages/js/src/generators/setup-build/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "SetupBuild", "$schema": "http://json-schema.org/schema", "description": "Sets up build target for a project.", "properties": { "buildTarget": { "default": "build", "description": "The build target to add.", "type": "string" }, "bundler": { "default": "tsc", "d...
MIT
en
nrwl/nx
a9974d3f25add9afcd6e2b416d490de60ee92d6e
2024-01-30T16:33:13
packages/remix/src/generators/library/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxRemixLibrary", "$schema": "https://json-schema.org/schema", "description": "Generate a Remix library to help structure workspace and application.", "examples": [ { "command": "g lib mylib --directory=myapp", "description": "Generate libs/myapp/mylib" } ], "properties": { ...
MIT
en
nrwl/nx
a0904a601b1fd3a45ad0c51c626c372a420995c5
2022-09-07T13:32:19
packages/angular/src/generators/component-test/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxAngularComponentTestGenerator", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Create a `*.cy.ts` file for Cypress component testing for an Angular component.", "properties": { "componentDir": { "description": "Relative path to t...
MIT
en
nrwl/nx
4aa72822cdc474130ff481bfefa1d8ecdfbc96ae
2022-09-08T08:44:31
packages/angular/src/generators/setup-mf/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "GeneratorAngularMFSetup", "$schema": "http://json-schema.org/schema", "additionalProperties": false, "cli": "nx", "description": "Create Module Federation configuration files for given Angular Application.", "properties": { "appName": { "$default": { "$source": "argv", "i...
MIT
en
nrwl/nx
4df3b661528656d81e5deaf603af2dbc25b9dce9
2021-03-11T19:18:22
packages/node/src/generators/application/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "cli": "nx", "id": "SchematicsNxNodeApp", "properties": { "babelJest": { "default": false, "description": "Use babel instead ts-jest", "type": "boolean" }, "directory": { "description": "The directory of the new application.", ...
MIT
en
nrwl/nx
047dc22aed99ee0870357fa1508cd5decb8009a7
2024-01-16T14:29:44
packages/web/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxWebInit", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Init Web Plugin.", "properties": { "skipFormat": { "default": false, "description": "Skip formatting files", "type": "boolean" }, "skipPackageJson": { "default": false, "des...
MIT
en
nrwl/nx
72b0f5560567ba0f7cdcffea754a47ae6753d77a
2023-05-31T12:37:24
packages/js/src/executors/verdaccio/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Start a local registry with Verdaccio.", "properties": { "clear": { "default": true, "description": "Clear local registry storage before starting Verdaccio", "type": "boolean" }, "config": { "descripti...
MIT
en
nrwl/nx
a9ac43b86f7804883d9e97bceac38f8bb40a4c26
2022-11-30T04:20:27
packages/react/src/generators/init/schema.json
22,349
2024-05-28T16:46:14.129163Z
{ "$id": "NxReactNgInit", "$schema": "http://json-schema.org/schema", "cli": "nx", "description": "Initialize a React Plugin.", "properties": { "e2eTestRunner": { "default": "cypress", "description": "Adds the specified E2E test runner.", "enum": [ "cypress", "none" ...
MIT
en
python-jsonschema/referencing-suite
514a1132b6fde686bf6a8f2d678ac0cc667bbb35
2023-01-27T13:08:12
test-schema.json
8
2024-05-27T06:31:24.404485Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A schema for files contained within this suite", "properties": { "$schema": { "pattern": "/test-schema.json$", "type": "string" }, "registry": { "default": {}, "propert...
MIT
en
python-jsonschema/referencing-suite
75a777262f8741c9f62079f793b89f693bd50fb7
2023-02-20T09:09:46
test-schema.json
8
2024-05-27T06:31:24.404485Z
{ "$defs": { "test": { "$anchor": "test", "oneOf": [ { "description": "A test with an expected result to the reference lookup.", "required": [ "target" ] }, { "description": "A test with some form of invalid reference. How thi...
MIT
en
python-jsonschema/referencing-suite
abbeb5fc4964130235d8d8b99c67d39986ab0243
2023-02-20T08:37:37
test-schema.json
8
2024-05-27T06:31:24.404485Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A schema for files contained within this suite", "properties": { "$schema": { "pattern": "\\.\\./\\.\\./test-schema.json$", "type": "string" }, "registry": { "default": {}, ...
MIT
en
python-jsonschema/referencing-suite
599442240c7931ee319e5ce03de1c450bd2ff7cf
2023-01-10T20:33:31
test-schema.json
8
2024-05-27T06:31:24.404485Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A schema for files contained within this suite", "properties": { "registry": { "default": {}, "propertyNames": { "format": "uri-reference" }, "type": "object" }, ...
MIT
en
python-jsonschema/referencing-suite
e19b2b6e576d9903403f24812c61805b95b668f1
2023-02-19T15:30:20
test-schema.json
8
2024-05-27T06:31:24.404485Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A schema for files contained within this suite", "properties": { "$schema": { "pattern": "\\.\\./\\.\\./test-schema.json$", "type": "string" }, "registry": { "default": {}, ...
MIT
en
python-jsonschema/referencing-suite
06bc9d63789a2f455bfccbef5c60718bae80696a
2023-01-27T14:08:42
test-schema.json
8
2024-05-27T06:31:24.404485Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A schema for files contained within this suite", "properties": { "$schema": { "pattern": "/test-schema.json$", "type": "string" }, "registry": { "default": {}, "descrip...
MIT
en
python-jsonschema/referencing-suite
0ba3ce7970a87f2023a303596950da49f3c895f4
2023-11-08T16:05:34
test-schema.json
8
2024-05-27T06:31:24.404485Z
{ "$defs": { "test": { "$anchor": "test", "oneOf": [ { "description": "A test with an expected result to the reference lookup.", "required": [ "target" ] }, { "description": "A test with some form of invalid reference. How thi...
MIT
en
python-jsonschema/referencing-suite
8fdc14db9c20f193d82018dd4ea6ae3591e5196f
2023-01-26T22:37:07
test-schema.json
8
2024-05-27T06:31:24.404485Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A schema for files contained within this suite", "properties": { "$schema": { "pattern": "/test-schema.json$", "type": "string" }, "registry": { "default": {}, "propert...
MIT
en
python-jsonschema/referencing-suite
6d9716e90a93b52bad705479d2c07d3de4264fe4
2023-02-19T15:28:30
test-schema.json
8
2024-05-27T06:31:24.404485Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A schema for files contained within this suite", "properties": { "$schema": { "pattern": "/test-schema.json$", "type": "string" }, "registry": { "default": {}, "descrip...
MIT
en
python-jsonschema/jsonschema
3f58e36754b3e2872a256874c1ffdd30c677f709
2020-06-09T23:00:09
json/test-schema.json
4,468
2024-05-29T09:19:31.928784Z
{ "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "outputItem": { "properties": { "absoluteKeywordLocation": { "format": "uri", "type": "string" }, "annotations": { "items": { "$ref": "#/definitions/outputItem" ...
MIT
en
python-jsonschema/jsonschema
afc22f09e74d696ab00be8a711bbc5c2a15327b7
2022-06-30T21:16:21
json/test-schema.json
4,468
2024-05-29T09:19:31.928784Z
{ "$defs": { "test": { "additionalProperties": false, "description": "A single test", "properties": { "comment": { "description": "Any additional comments about the test", "type": "string" }, "data": { "description": "The instance which shoul...
MIT
en
python-jsonschema/jsonschema
a39ed5a8254f01e9c5e9c38daac965adb54847a3
2019-07-26T11:37:24
json/test-schema.json
4,468
2024-05-29T09:19:31.928784Z
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "outputItem": { "properties": { "absoluteKeywordLocation": { "format": "uri", "type": "string" }, "annotations": { "items": { "$ref": "#/definitions/outputItem" ...
MIT
en
python-jsonschema/jsonschema
76319885005152f600a13c058011ceae3dbea196
2020-03-21T19:12:50
json/test-schema.json
4,468
2024-05-29T09:19:31.928784Z
{ "$schema": "https://json-schema.org/draft-04/schema#", "definitions": { "outputItem": { "properties": { "absoluteKeywordLocation": { "format": "uri", "type": "string" }, "annotations": { "items": { "$ref": "#/definitions/outputItem" ...
MIT
en
python-jsonschema/jsonschema
4502eb6483e9af6ffdcec2021a7dd2fbbd0f0785
2020-04-29T11:35:22
json/test-schema.json
4,468
2024-05-29T09:19:31.928784Z
{ "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "outputItem": { "properties": { "absoluteKeywordLocation": { "format": "uri", "type": "string" }, "annotations": { "items": { "$ref": "#/definitions/outputItem" ...
MIT
en
python-jsonschema/jsonschema
a11cdd338fc56e901c066f4a0790d22d725e0c82
2017-06-10T16:01:14
json/test-schema.json
4,468
2024-05-29T09:19:31.928784Z
{ "$schema": "http://json-schema.org/draft-04/schema#", "items": { "additionalProperties": false, "minItems": 1, "properties": { "description": { "type": "string" }, "schema": {}, "tests": { "items": { "additionalProperties": false, "properties...
MIT
en
python-jsonschema/jsonschema
0dd4b1c2f4dc2ce3cf083bfa339a517993ec68d5
2020-04-28T13:45:15
json/test-schema.json
4,468
2024-05-29T09:19:31.928784Z
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "outputItem": { "properties": { "absoluteKeywordLocation": { "format": "uri", "type": "string" }, "annotations": { "items": { "$ref": "#/definitions/outputItem" ...
MIT
en
python-jsonschema/jsonschema
5e71e05cb141b537c6dd9dcd5c748d6046e02d9e
2020-03-23T19:26:26
json/test-schema.json
4,468
2024-05-29T09:19:31.928784Z
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "outputItem": { "properties": { "absoluteKeywordLocation": { "format": "uri", "type": "string" }, "annotations": { "items": { "$ref": "#/definitions/outputItem" ...
MIT
en
python-jsonschema/jsonschema
1fae89b3cec5c018e86a8aa14f394543fd18d2d6
2020-05-02T20:04:17
json/test-schema.json
4,468
2024-05-29T09:19:31.928784Z
{ "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "outputItem": { "properties": { "absoluteKeywordLocation": { "format": "uri", "type": "string" }, "annotations": { "items": { "$ref": "#/definitions/outputItem" ...
MIT
en
jskherman/cv.typ
405290b0e1ba45f338465c462e95d0c2905d7445
2023-11-15T16:24:05
cv.typ.schema.json
272
2024-05-27T04:52:52.744244Z
{ "$id": "https://raw.githubusercontent.com/jskherman/cv.typ/main/cv.typ.schema.json", "$schema": "https://json-schema.org/draft-07/schema", "default": {}, "examples": [ { "affiliations": [ { "endDate": "2021-05-30", "highlights": [ "But I must explain to you ho...
Apache-2.0
en
jskherman/cv.typ
a5f7cf245bf4a554dcfd455c3d2adadf6948616e
2024-01-22T12:30:13
cv.typ.schema.json
272
2024-05-27T04:52:52.744244Z
{ "$id": "https://raw.githubusercontent.com/jskherman/cv.typ/main/cv.typ.schema.json", "$schema": "https://json-schema.org/draft-07/schema", "default": {}, "properties": { "affiliations": { "default": [], "items": { "properties": { "endDate": { "title": "The endDate...
Apache-2.0
en
jskherman/cv.typ
745936bb28e5cee54d4f94996ad1e109ccab50b2
2023-11-25T14:23:37
cv.typ.schema.json
272
2024-05-27T04:52:52.744244Z
{ "$id": "https://raw.githubusercontent.com/jskherman/cv.typ/main/cv.typ.schema.json", "$schema": "https://json-schema.org/draft-07/schema", "default": {}, "examples": [ { "affiliations": [ { "endDate": "2021-05-30", "highlights": [ "But I must explain to you ho...
Apache-2.0
en
jskherman/cv.typ
b60c50852092c23674f0e32dd2196a03c44cf862
2023-09-15T06:37:53
cv.typ.schema.json
272
2024-05-27T04:52:52.744244Z
{ "$id": "https://raw.githubusercontent.com/jskherman/cv.typ/main/cv.typ.schema.json", "$schema": "https://json-schema.org/draft-07/schema", "description": "Schema for the @jskherman's Curriculum Vitae YAML-Typst Template", "properties": { "affiliations": { "items": { "properties": { ...
Apache-2.0
en
jskherman/cv.typ
801a82b70607636de63b5607db99f63793a49fdb
2024-01-22T12:30:13
cv.typ.schema.json
272
2024-05-27T04:52:52.744244Z
{ "$id": "https://raw.githubusercontent.com/jskherman/cv.typ/main/cv.typ.schema.json", "$schema": "https://json-schema.org/draft-07/schema", "default": {}, "properties": { "affiliations": { "default": [], "items": { "properties": { "endDate": { "type": "string" ...
Apache-2.0
en