Guest User

Untitled

a guest
Nov 15th, 2022
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 171.19 KB | None | 0 0
  1. {
  2. "$schema": "https://json.schemastore.org/schema-catalog.json",
  3. "schemas": [
  4. {
  5. "name": "Common types for all schemas",
  6. "description": "",
  7. "fileMatch": [],
  8. "url": "https://json.schemastore.org/base.json"
  9. },
  10. {
  11. "name": "AnyWork Automation Configuration",
  12. "description": "AnyWork Automation Configuration used to configure automation scripts on AnyWork",
  13. "fileMatch": [".awc.yaml", ".awc.yml", ".awc.json", ".awc.jsonc", ".awc"],
  14. "url": "https://json.schemastore.org/anywork-ac-1.1.json",
  15. "versions": {
  16. "1.0": "https://json.schemastore.org/anywork-ac-1.0.json"
  17. }
  18. },
  19. {
  20. "name": "@factorial/drupal-breakpoints-css",
  21. "description": "JSON Schema for @factorial/drupal-breakpoints-css config file",
  22. "fileMatch": ["breakpoints.config.yml"],
  23. "url": "https://json.schemastore.org/factorial-drupal-breakpoints-css-0.2.0.json"
  24. },
  25. {
  26. "name": ".adonisrc.json",
  27. "description": "AdonisJS configuration file",
  28. "fileMatch": [".adonisrc.json"],
  29. "url": "https://raw.githubusercontent.com/adonisjs/application/master/adonisrc.schema.json"
  30. },
  31. {
  32. "name": ".agripparc.json",
  33. "description": "JSON schema for the Agrippa config file",
  34. "fileMatch": [".agripparc.json", "agripparc.json"],
  35. "url": "https://json.schemastore.org/agripparc-1.4.json",
  36. "versions": {
  37. "1.2": "https://json.schemastore.org/agripparc-1.2.json",
  38. "1.3": "https://json.schemastore.org/agripparc-1.3.json",
  39. "1.4": "https://json.schemastore.org/agripparc-1.4.json"
  40. }
  41. },
  42. {
  43. "name": ".aiproj.json",
  44. "description": "Settings for project analysis by the application inspector",
  45. "fileMatch": [".aiproj.json"],
  46. "url": "https://json.schemastore.org/aiproj.json"
  47. },
  48. {
  49. "name": "Airlock Microgateway",
  50. "description": "Airlock Microgateway configuration schema",
  51. "url": "https://json.schemastore.org/airlock-microgateway-3.2.json",
  52. "fileMatch": [
  53. "microgateway-config.yaml",
  54. "microgateway-config.yml",
  55. "airlock-microgateway-config.yaml",
  56. "airlock-microgateway-config.yml"
  57. ],
  58. "versions": {
  59. "3.0": "https://json.schemastore.org/airlock-microgateway-3.0.json",
  60. "3.1": "https://json.schemastore.org/airlock-microgateway-3.1.json",
  61. "3.2": "https://json.schemastore.org/airlock-microgateway-3.2.json"
  62. }
  63. },
  64. {
  65. "name": "Airplane task",
  66. "description": "Schema for building Airplane tasks",
  67. "fileMatch": ["*.task.json", "*.task.yaml", "*.task.yml"],
  68. "url": "https://raw.githubusercontent.com/airplanedev/lib/main/pkg/deploy/taskdir/definitions/schema_0_3.json"
  69. },
  70. {
  71. "name": "angular.json",
  72. "description": "Angular configuration file",
  73. "fileMatch": ["angular.json"],
  74. "url": "https://raw.githubusercontent.com/angular/angular-cli/master/packages/angular/cli/lib/config/workspace-schema.json"
  75. },
  76. {
  77. "name": ".angular-cli.json",
  78. "description": "Angular CLI configuration file",
  79. "fileMatch": [".angular-cli.json", "angular-cli.json"],
  80. "url": "https://raw.githubusercontent.com/angular/angular-cli/v10.1.6/packages/angular/cli/lib/config/schema.json"
  81. },
  82. {
  83. "name": "Ansible Execution Environment",
  84. "description": "Ansible execution-environment.yml file",
  85. "url": "https://raw.githubusercontent.com/ansible/schemas/main/f/ansible-ee.json",
  86. "fileMatch": ["**/execution-environment.yml"]
  87. },
  88. {
  89. "name": "Ansible Meta",
  90. "description": "Ansible meta/main.yml file",
  91. "url": "https://raw.githubusercontent.com/ansible/schemas/main/f/ansible-meta.json",
  92. "fileMatch": ["**/meta/main.yml"]
  93. },
  94. {
  95. "name": "Ansible Meta Runtime",
  96. "description": "Ansible meta/runtime.yml file",
  97. "url": "https://raw.githubusercontent.com/ansible/schemas/main/f/ansible-meta-runtime.json",
  98. "fileMatch": ["**/meta/runtime.yml"]
  99. },
  100. {
  101. "name": "Ansible Argument Specs",
  102. "description": "Ansible meta/argument_specs.yml file",
  103. "url": "https://github.com/ansible/schemas/raw/main/f/ansible-argument-specs.json",
  104. "fileMatch": ["**/meta/argument_specs.yml"]
  105. },
  106. {
  107. "name": "Ansible Requirements",
  108. "description": "Ansible requirements file",
  109. "url": "https://raw.githubusercontent.com/ansible/schemas/main/f/ansible-requirements.json",
  110. "fileMatch": ["requirements.yml"]
  111. },
  112. {
  113. "name": "Ansible Vars File",
  114. "description": "Ansible variables File",
  115. "url": "https://raw.githubusercontent.com/ansible/schemas/main/f/ansible-vars.json",
  116. "fileMatch": [
  117. "**/vars/*.yml",
  118. "**/vars/*.yaml",
  119. "**/defaults/*.yml",
  120. "**/defaults/*.yaml",
  121. "**/host_vars/*.yml",
  122. "**/host_vars/*.yaml",
  123. "**/group_vars/*.yml",
  124. "**/group_vars/*.yaml"
  125. ]
  126. },
  127. {
  128. "name": "Ansible Tasks File",
  129. "description": "Ansible tasks file",
  130. "url": "https://raw.githubusercontent.com/ansible/schemas/main/f/ansible.json#/$defs/tasks",
  131. "fileMatch": [
  132. "**/tasks/*.yml",
  133. "**/tasks/*.yaml",
  134. "**/handlers/*.yml",
  135. "**/handlers/*.yaml"
  136. ]
  137. },
  138. {
  139. "name": "Ansible Playbook",
  140. "description": "Ansible playbook files",
  141. "url": "https://raw.githubusercontent.com/ansible/schemas/main/f/ansible.json#/$defs/playbook",
  142. "fileMatch": [
  143. "playbook.yml",
  144. "playbook.yaml",
  145. "site.yml",
  146. "site.yaml",
  147. "**/playbooks/*.yml",
  148. "**/playbooks/*.yaml"
  149. ]
  150. },
  151. {
  152. "name": "Ansible Inventory",
  153. "description": "Ansible inventory files",
  154. "url": "https://raw.githubusercontent.com/ansible/schemas/main/f/ansible-inventory.json",
  155. "fileMatch": ["inventory.yml", "inventory.yaml"]
  156. },
  157. {
  158. "name": "Ansible Collection Galaxy",
  159. "description": "Ansible Collection Galaxy metadata",
  160. "url": "https://raw.githubusercontent.com/ansible/schemas/main/f/ansible-galaxy.json",
  161. "fileMatch": ["galaxy.yml"]
  162. },
  163. {
  164. "name": "Ansible-lint Configuration",
  165. "description": "Ansible-lint Configuration",
  166. "url": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/ansible-lint-config.json",
  167. "fileMatch": [".ansible-lint", "**/.config/ansible-lint.yml"]
  168. },
  169. {
  170. "name": "Ansible Navigator Configuration",
  171. "description": "Ansible Navigator Configuration",
  172. "url": "https://raw.githubusercontent.com/ansible/ansible-navigator/main/src/ansible_navigator/data/ansible-navigator.json",
  173. "fileMatch": [
  174. ".ansible-navigator.json",
  175. ".ansible-navigator.yaml",
  176. ".ansible-navigator.yml",
  177. "ansible-navigator.json",
  178. "ansible-navigator.yaml",
  179. "ansible-navigator.yml"
  180. ]
  181. },
  182. {
  183. "name": "apple-app-site-association",
  184. "description": "Apple Universal Link, App Site Association",
  185. "fileMatch": ["apple-app-site-association"],
  186. "url": "https://json.schemastore.org/apple-app-site-association.json"
  187. },
  188. {
  189. "name": "app-definition.yaml",
  190. "description": "Appsemble app definition",
  191. "fileMatch": ["app-definition.yaml"],
  192. "url": "https://appsemble.app/api.json#/components/schemas/AppDefinition"
  193. },
  194. {
  195. "name": ".appsemblerc.yaml",
  196. "description": "Appsemble RC file",
  197. "fileMatch": [".appsemblerc.yaml"],
  198. "url": "https://gitlab.com/appsemble/appsemble/-/raw/HEAD/packages/cli/assets/appsemblerc.schema.json"
  199. },
  200. {
  201. "name": "appsscript.json",
  202. "description": "Google Apps Script manifest file",
  203. "fileMatch": ["appsscript.json"],
  204. "url": "https://json.schemastore.org/appsscript.json"
  205. },
  206. {
  207. "name": "appsettings.json",
  208. "description": "ASP.NET Core's configuration file",
  209. "fileMatch": ["appsettings.json", "appsettings.*.json"],
  210. "url": "https://json.schemastore.org/appsettings.json"
  211. },
  212. {
  213. "name": "appveyor.yml",
  214. "description": "AppVeyor CI configuration file",
  215. "fileMatch": ["appveyor.yml"],
  216. "url": "https://json.schemastore.org/appveyor.json"
  217. },
  218. {
  219. "name": "architect.yml",
  220. "description": "Architect.io Component Schema",
  221. "fileMatch": [
  222. "architect.yml",
  223. "architect.yaml",
  224. "*.architect.yml",
  225. "*.architect.yaml"
  226. ],
  227. "url": "https://raw.githubusercontent.com/architect-team/architect-cli/main/src/dependency-manager/schema/architect.schema.json"
  228. },
  229. {
  230. "name": "arc.json",
  231. "description": "A JSON schema for OpenJS Architect",
  232. "fileMatch": ["arc.json", "arc.yml", "arc.yaml"],
  233. "url": "https://raw.githubusercontent.com/architect/parser/v2.3.0/arc-schema.json"
  234. },
  235. {
  236. "name": "Argo Events",
  237. "description": "Argo Events Event Sources and Sensors",
  238. "url": "https://raw.githubusercontent.com/argoproj/argo-events/master/api/jsonschema/schema.json"
  239. },
  240. {
  241. "name": "Argo Workflows",
  242. "description": "Argo Workflow configuration file",
  243. "url": "https://raw.githubusercontent.com/argoproj/argo-workflows/master/api/jsonschema/schema.json"
  244. },
  245. {
  246. "name": "artifacthub-repo.yml",
  247. "description": "Artifact Hub repository metadata file",
  248. "fileMatch": ["artifacthub-repo.yml"],
  249. "url": "https://json.schemastore.org/artifacthub-repo.json"
  250. },
  251. {
  252. "name": "AssemblyScript",
  253. "description": "AssemblyScript is TypeScript-like language that is compiled to WebAssembly (wasm).",
  254. "fileMatch": ["asconfig.json"],
  255. "url": "https://json.schemastore.org/asconfig-schema.json"
  256. },
  257. {
  258. "name": "AsyncAPI",
  259. "description": "A JSON Schema for validating AsyncAPI documentation files",
  260. "fileMatch": [
  261. "asyncapi.json",
  262. "*asyncapi.json",
  263. "asyncapi.yml",
  264. "*asyncapi.yml",
  265. "asyncapi.yaml",
  266. "*asyncapi.yaml"
  267. ],
  268. "url": "https://www.asyncapi.com/schema-store/all.schema-store.json"
  269. },
  270. {
  271. "name": "Avro Avsc",
  272. "description": "Avro Schema Avsc file",
  273. "fileMatch": ["*.avsc"],
  274. "url": "https://json.schemastore.org/avro-avsc.json"
  275. },
  276. {
  277. "name": "Azure Device Update for IoT Hub import manifest",
  278. "description": "Azure Device Update for IoT Hub import manifest schema",
  279. "fileMatch": ["*.importmanifest.json"],
  280. "url": "https://json.schemastore.org/azure-deviceupdate-import-manifest-5.0.json",
  281. "versions": {
  282. "4.0": "https://json.schemastore.org/azure-deviceupdate-import-manifest-4.0.json",
  283. "5.0": "https://json.schemastore.org/azure-deviceupdate-import-manifest-5.0.json"
  284. }
  285. },
  286. {
  287. "name": "Azure Device Update for IoT Hub update manifest",
  288. "description": "Azure Device Update for IoT Hub update manifest schema",
  289. "fileMatch": ["*.updatemanifest.json"],
  290. "url": "https://json.schemastore.org/azure-deviceupdate-update-manifest-5.json",
  291. "versions": {
  292. "4": "https://json.schemastore.org/azure-deviceupdate-update-manifest-4.json",
  293. "5": "https://json.schemastore.org/azure-deviceupdate-update-manifest-5.json"
  294. }
  295. },
  296. {
  297. "name": "Azure IoT EdgeAgent deployment",
  298. "description": "Azure IoT EdgeAgent deployment schema",
  299. "url": "https://json.schemastore.org/azure-iot-edgeagent-deployment-1.1.json",
  300. "versions": {
  301. "1.0": "https://json.schemastore.org/azure-iot-edgeagent-deployment-1.0.json",
  302. "1.1": "https://json.schemastore.org/azure-iot-edgeagent-deployment-1.1.json"
  303. }
  304. },
  305. {
  306. "name": "Azure IoT EdgeHub deployment",
  307. "description": "Azure IoT EdgeHub deployment schema",
  308. "url": "https://json.schemastore.org/azure-iot-edgehub-deployment-1.2.json",
  309. "versions": {
  310. "1.0": "https://json.schemastore.org/azure-iot-edgehub-deployment-1.0.json",
  311. "1.1": "https://json.schemastore.org/azure-iot-edgehub-deployment-1.1.json",
  312. "1.2": "https://json.schemastore.org/azure-iot-edgehub-deployment-1.2.json"
  313. }
  314. },
  315. {
  316. "name": "Azure IoT Edge deployment",
  317. "description": "Azure IoT Edge deployment schema",
  318. "url": "https://json.schemastore.org/azure-iot-edge-deployment-2.0.json",
  319. "versions": {
  320. "1.0": "https://json.schemastore.org/azure-iot-edge-deployment-1.0.json",
  321. "1.1": "https://json.schemastore.org/azure-iot-edge-deployment-2.0.json"
  322. }
  323. },
  324. {
  325. "name": "Azure IoT Edge deployment template",
  326. "description": "Azure IoT Edge deployment template schema",
  327. "fileMatch": [
  328. "deployment.template.json",
  329. "deployment.debug.template.json"
  330. ],
  331. "url": "https://json.schemastore.org/azure-iot-edge-deployment-template-4.0.json",
  332. "versions": {
  333. "1.0": "https://json.schemastore.org/azure-iot-edge-deployment-template-1.0.json",
  334. "1.1": "https://json.schemastore.org/azure-iot-edge-deployment-template-2.0.json",
  335. "1.2": "https://json.schemastore.org/azure-iot-edge-deployment-template-3.0.json",
  336. "1.3": "https://json.schemastore.org/azure-iot-edge-deployment-template-4.0.json"
  337. }
  338. },
  339. {
  340. "name": "Azure Pipelines",
  341. "description": "Azure Pipelines YAML pipelines definition",
  342. "fileMatch": ["azure-pipelines.yml", "azure-pipelines.yaml"],
  343. "url": "https://raw.githubusercontent.com/microsoft/azure-pipelines-vscode/master/service-schema.json"
  344. },
  345. {
  346. "name": "Foxx Manifest",
  347. "description": "ArangoDB Foxx service manifest file",
  348. "fileMatch": ["manifest.json"],
  349. "url": "https://json.schemastore.org/foxx-manifest.json"
  350. },
  351. {
  352. "name": "fly.io Schema",
  353. "description": "Schema for fly.io, a cloud provider",
  354. "fileMatch": ["fly.toml"],
  355. "url": "https://json.schemastore.org/fly.json"
  356. },
  357. {
  358. "name": ".asmdef",
  359. "description": "Unity 3D assembly definition file",
  360. "fileMatch": ["*.asmdef"],
  361. "url": "https://json.schemastore.org/asmdef.json"
  362. },
  363. {
  364. "name": "babelrc.json",
  365. "description": "Babel configuration file",
  366. "fileMatch": [".babelrc", ".babelrc.json", "babel.config.json"],
  367. "url": "https://json.schemastore.org/babelrc.json"
  368. },
  369. {
  370. "name": ".backportrc.json",
  371. "description": "Backport configuration file",
  372. "fileMatch": [".backportrc.json"],
  373. "url": "https://json.schemastore.org/backportrc.json"
  374. },
  375. {
  376. "name": "batect.yml",
  377. "description": "Batect configuration file",
  378. "fileMatch": ["batect.yml", "batect-bundle.yml"],
  379. "url": "https://ide-integration.batect.dev/v1/configSchema.json"
  380. },
  381. {
  382. "name": "bamboo-spec",
  383. "description": "The Bamboo Specs allows you to define Bamboo configuration as code, and have corresponding plans/deployments created or updated automatically in Bamboo",
  384. "url": "https://json.schemastore.org/bamboo-spec.json",
  385. "fileMatch": ["**/bamboo-specs/*.yaml", "**/bamboo-specs/*.yml"]
  386. },
  387. {
  388. "name": "beef-database-codegen",
  389. "description": "Beef (Business Entity Execution Framework) database code-generation configuration.",
  390. "url": "https://raw.githubusercontent.com/Avanade/Beef/master/tools/Beef.CodeGen.Core/Schema/database.beef.json",
  391. "fileMatch": [
  392. "database.beef.yaml",
  393. "database.beef.yml",
  394. "database.beef.json"
  395. ]
  396. },
  397. {
  398. "name": "beef-entity-codegen",
  399. "description": "Beef (Business Entity Execution Framework) entity code-generation configuration.",
  400. "url": "https://raw.githubusercontent.com/Avanade/Beef/master/tools/Beef.CodeGen.Core/Schema/entity.beef.json",
  401. "fileMatch": [
  402. "entity.beef.yaml",
  403. "entity.beef.yml",
  404. "entity.beef.json",
  405. "refdata.beef.yaml",
  406. "refdata.beef.yml",
  407. "refdata.beef.json",
  408. "datamodel.beef.yaml",
  409. "datamodel.beef.yml",
  410. "datamodel.beef.json"
  411. ]
  412. },
  413. {
  414. "name": "beef-database-v5-codegen",
  415. "description": "Beef (Business Entity Execution Framework) database code-generation configuration (v5).",
  416. "url": "https://raw.githubusercontent.com/Avanade/Beef/master/tools/Beef.CodeGen.Core/Schema/database.beef-5.json",
  417. "fileMatch": [
  418. "database.beef-5.yaml",
  419. "database.beef-5.yml",
  420. "database.beef-5.json"
  421. ]
  422. },
  423. {
  424. "name": "beef-entity-v5-codegen",
  425. "description": "Beef (Business Entity Execution Framework) entity code-generation configuration (v5).",
  426. "url": "https://raw.githubusercontent.com/Avanade/Beef/master/tools/Beef.CodeGen.Core/Schema/entity.beef-5.json",
  427. "fileMatch": [
  428. "entity.beef-5.yaml",
  429. "entity.beef-5.yml",
  430. "entity.beef-5.json",
  431. "refdata.beef-5.yaml",
  432. "refdata.beef-5.yml",
  433. "refdata.beef-5.json",
  434. "datamodel.beef-5.yaml",
  435. "datamodel.beef-5.yml",
  436. "datamodel.beef-5.json"
  437. ]
  438. },
  439. {
  440. "name": "bigquery-table",
  441. "description": "BigQuery table schema",
  442. "url": "https://json.schemastore.org/bigquery-table.json",
  443. "fileMatch": ["*.bigquery.json"]
  444. },
  445. {
  446. "name": "bitbucket-pipelines",
  447. "description": "Bitbucket Pipelines CI/CD manifest schema",
  448. "url": "https://bitbucket.org/atlassianlabs/atlascode/raw/main/resources/schemas/pipelines-schema.json",
  449. "fileMatch": ["bitbucket-pipelines.yml"]
  450. },
  451. {
  452. "name": "bitrise",
  453. "description": "The configuration format of the Bitrise CLI. Bitrise is a collection of tools and services to help you with the development and automation of your software projects, with a main focus on mobile apps.",
  454. "url": "https://json.schemastore.org/bitrise.json",
  455. "fileMatch": ["bitrise.yml", "bitrise.yaml", "bitrise.json"]
  456. },
  457. {
  458. "name": "bitrise-step",
  459. "description": "Steps and Workflows are the heart of how Bitrise works. A Bitrise build is simply a series of Steps. Bitrise is a collection of tools and services to help you with the development and automation of your software projects, with a main focus on mobile apps.",
  460. "url": "https://json.schemastore.org/bitrise-step.json",
  461. "fileMatch": ["step.yml"]
  462. },
  463. {
  464. "name": ".bootstraprc",
  465. "description": "Webpack bootstrap-loader configuration file",
  466. "fileMatch": [".bootstraprc"],
  467. "url": "https://json.schemastore.org/bootstraprc.json"
  468. },
  469. {
  470. "name": "bower.json",
  471. "description": "Bower package description file",
  472. "fileMatch": ["bower.json", ".bower.json"],
  473. "url": "https://json.schemastore.org/bower.json"
  474. },
  475. {
  476. "name": ".bowerrc",
  477. "description": "Bower configuration file",
  478. "fileMatch": [".bowerrc"],
  479. "url": "https://json.schemastore.org/bowerrc.json"
  480. },
  481. {
  482. "name": "behat.yml",
  483. "description": "Behat configuration file",
  484. "fileMatch": ["behat.yml", "*.behat.yml"],
  485. "url": "https://json.schemastore.org/behat.json"
  486. },
  487. {
  488. "name": "bozr.suite.json",
  489. "description": "Bozr test suite file",
  490. "fileMatch": [".suite.json", ".xsuite.json"],
  491. "url": "https://json.schemastore.org/bozr.json"
  492. },
  493. {
  494. "name": "browser.i18n.json",
  495. "description": "browser.i18n messages.json translation file",
  496. "fileMatch": ["messages.json"],
  497. "url": "https://json.schemastore.org/browser.i18n.json"
  498. },
  499. {
  500. "name": "bucklescript",
  501. "description": "BuckleScript configuration file",
  502. "fileMatch": ["bsconfig.json"],
  503. "url": "https://raw.githubusercontent.com/rescript-lang/rescript-compiler/master/docs/docson/build-schema.json"
  504. },
  505. {
  506. "name": "Build Info",
  507. "description": "Build Info is the metadata of a build. It includes all the details about the build broken down into segments that include version history, artifacts, project modules, dependencies, and everything that was required to create the build.",
  508. "fileMatch": ["*buildinfo*.json", "*build-info*.json", "*.buildinfo"],
  509. "url": "https://raw.githubusercontent.com/jfrog/build-info-go/main/buildinfo-schema.json"
  510. },
  511. {
  512. "name": "Bukkit plugin.yml",
  513. "description": "Schema for Minecraft Bukkit plugin description files",
  514. "fileMatch": ["plugin.yml"],
  515. "url": "https://json.schemastore.org/bukkit-plugin.json"
  516. },
  517. {
  518. "name": "Buildkite",
  519. "description": "Schema for Buildkite pipeline.yml files",
  520. "fileMatch": [
  521. "buildkite.yml",
  522. "buildkite.yaml",
  523. "buildkite.json",
  524. "buildkite.*.yml",
  525. "buildkite.*.yaml",
  526. "buildkite.*.json",
  527. "**/.buildkite/pipeline.yml",
  528. "**/.buildkite/pipeline.yaml",
  529. "**/.buildkite/pipeline.json",
  530. "**/.buildkite/pipeline.*.yml",
  531. "**/.buildkite/pipeline.*.yaml",
  532. "**/.buildkite/pipeline.*.json"
  533. ],
  534. "url": "https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json"
  535. },
  536. {
  537. "name": ".build.yml",
  538. "description": "Sourcehut Build Manifest",
  539. "fileMatch": [".build.yml"],
  540. "url": "https://json.schemastore.org/sourcehut-build-0.65.0.json",
  541. "versions": {
  542. "0.41.2": "https://json.schemastore.org/sourcehut-build-0.41.2.json",
  543. "0.65.0": "https://json.schemastore.org/sourcehut-build-0.65.0.json"
  544. }
  545. },
  546. {
  547. "name": "bundleconfig.json",
  548. "description": "Schema for bundleconfig.json files",
  549. "fileMatch": ["bundleconfig.json"],
  550. "url": "https://json.schemastore.org/bundleconfig.json"
  551. },
  552. {
  553. "name": "BungeeCord plugin.yml",
  554. "description": "Schema for BungeeCord plugin description files",
  555. "fileMatch": ["plugin.yml", "bungee.yml"],
  556. "url": "https://json.schemastore.org/bungee-plugin.json"
  557. },
  558. {
  559. "name": "block.json",
  560. "description": "Schema WordPress block.json files",
  561. "fileMatch": ["block.json"],
  562. "url": "https://schemas.wp.org/trunk/block.json",
  563. "versions": {
  564. "trunk": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/block.json"
  565. }
  566. },
  567. {
  568. "name": "Block Protocol Metadata",
  569. "description": "Schema for Block Metadata in Block Protocol",
  570. "fileMatch": ["block-metadata.json"],
  571. "url": "https://blockprotocol.org/schemas/block-metadata.json"
  572. },
  573. {
  574. "name": "BX CI",
  575. "description": "CI configuration for Amdocs Bill Experience projects",
  576. "url": "https://json.schemastore.org/bxci.schema-2.x.json",
  577. "fileMatch": ["**/bxci.yaml", "**/bxci.yml"],
  578. "versions": {
  579. "1.0": "https://json.schemastore.org/bxci.schema-1.0.json",
  580. "1.0.1": "https://json.schemastore.org/bxci.schema-1.0.1.json",
  581. "2.0.0": "https://json.schemastore.org/bxci.schema-2.0.0.json",
  582. "2.x": "https://json.schemastore.org/bxci.schema-2.x.json"
  583. }
  584. },
  585. {
  586. "name": "Better Scripts",
  587. "description": "Better scripts configuration file",
  588. "fileMatch": [
  589. "scripts.json",
  590. "better-scripts.json",
  591. ".better-scriptsrc",
  592. ".better-scriptsrc.json"
  593. ],
  594. "url": "https://raw.githubusercontent.com/iamyoki/better-scripts/main/lib/schema.json"
  595. },
  596. {
  597. "name": "CMake Presets",
  598. "description": "Schema for CMake Presets",
  599. "fileMatch": ["CMakePresets.json", "CMakeUserPresets.json"],
  600. "url": "https://raw.githubusercontent.com/Kitware/CMake/master/Help/manual/presets/schema.json"
  601. },
  602. {
  603. "name": "Calqulus pipeline",
  604. "description": "Schema for Qualisys Calqulus pipeline",
  605. "fileMatch": ["*.calqulus.yaml", "*.calqulus.yml"],
  606. "url": "https://raw.githubusercontent.com/qualisys/qualisys-schemas/master/calqulus-pipeline.schema.json"
  607. },
  608. {
  609. "name": "Camel YAML DSL",
  610. "description": "Schema for Camel YAML DSL",
  611. "fileMatch": ["*.camel.yaml", "*.camelk.yaml"],
  612. "url": "https://raw.githubusercontent.com/apache/camel/main/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camel-yaml-dsl.json"
  613. },
  614. {
  615. "name": "Carafe",
  616. "description": "Schema for Carafe compatible JavaScript Bundles",
  617. "url": "https://carafe.fm/schema/draft-02/bundle.schema.json",
  618. "versions": {
  619. "draft-02": "https://carafe.fm/schema/draft-02/bundle.schema.json",
  620. "draft-01": "https://carafe.fm/schema/draft-01/bundle.schema.json"
  621. }
  622. },
  623. {
  624. "name": "Cargo Config Schema",
  625. "description": "Configuration for Cargo, the Rust package manager and build tool",
  626. "fileMatch": ["Cargo.toml"],
  627. "url": "https://json.schemastore.org/cargo.json"
  628. },
  629. {
  630. "name": "Cargo Make",
  631. "description": "Schema for cargo-make, a Rust task runner and build tool",
  632. "fileMatch": ["Makefile.toml"],
  633. "url": "https://json.schemastore.org/cargo-make.json"
  634. },
  635. {
  636. "name": "Catalog Info Backstage",
  637. "description": "Schema for Backstage Catalog Info",
  638. "url": "https://json.schemastore.org/catalog-info.json",
  639. "fileMatch": ["catalog-info.yaml"]
  640. },
  641. {
  642. "name": "CityJSON",
  643. "description": "Schema for the representation of 3D city models",
  644. "url": "https://raw.githubusercontent.com/cityjson/specs/master/schemas/cityjson.min.schema.json"
  645. },
  646. {
  647. "name": "Conjure",
  648. "description": "Conjure Human-Readable Format",
  649. "url": "https://raw.githubusercontent.com/palantir/conjure/master/conjure.schema.json",
  650. "fileMatch": ["**/conjure/**.yml"]
  651. },
  652. {
  653. "name": "CNC Codes JSON Schema",
  654. "description": "Schema definition for G/M codes for Machine Tools or 3D Printers",
  655. "fileMatch": ["*.cncc.json"],
  656. "url": "https://appliedengdesign.github.io/cnccodes-json-schema/draft/2022-07/schema",
  657. "versions": {
  658. "latest": "https://appliedengdesign.github.io/cnccodes-json-schema/draft/2022-07/schema",
  659. "2022-07": "https://appliedengdesign.github.io/cnccodes-json-schema/draft/2022-07/schema",
  660. "2022-06": "https://appliedengdesign.github.io/cnccodes-json-schema/draft/2022-06/schema"
  661. }
  662. },
  663. {
  664. "name": "Commandbox Box.json",
  665. "description": "Box.json Schema used with Commandbox cli, cfml web servers and modules.",
  666. "url": "https://raw.githubusercontent.com/Ortus-Solutions/vscode-commandbox/master/resources/schemas/box.schema.json"
  667. },
  668. {
  669. "name": "Commandbox Server.json",
  670. "description": "Server.json Schema used with Commandbox cfml web servers.",
  671. "url": "https://raw.githubusercontent.com/Ortus-Solutions/vscode-commandbox/master/resources/schemas/server.schema.json"
  672. },
  673. {
  674. "name": "CSR Framework",
  675. "description": "Schema for configuration of CSR Framework",
  676. "fileMatch": [
  677. "csr.json",
  678. "csr.yaml",
  679. "csr.yml",
  680. "*.csr.json",
  681. "*.csr.yaml",
  682. "*.csr.yml"
  683. ],
  684. "url": "https://json.schemastore.org/csr.json"
  685. },
  686. {
  687. "name": "Deadpendency Config Schema",
  688. "description": "Schema for Deadpendency config, a dependency management GitHub app",
  689. "fileMatch": [
  690. "**/.github/deadpendency.yaml",
  691. "**/.deadpendency/config.yaml"
  692. ],
  693. "url": "https://json.schemastore.org/deadpendency.json"
  694. },
  695. {
  696. "name": "Dein Config Schema",
  697. "description": "Schema for Dein.vim, a Vim/Neovim plugin manager",
  698. "fileMatch": ["dein.toml"],
  699. "url": "https://json.schemastore.org/dein.json"
  700. },
  701. {
  702. "name": "Drupal Breakpoints Schema",
  703. "description": "A Drupal schema for breakpoints",
  704. "fileMatch": ["*.breakpoints.yml"],
  705. "url": "https://json.schemastore.org/drupal-breakpoints.json"
  706. },
  707. {
  708. "name": "Drupal Info Schema",
  709. "description": "A Drupal schema for info",
  710. "fileMatch": ["*.info.yml"],
  711. "url": "https://json.schemastore.org/drupal-info.json"
  712. },
  713. {
  714. "name": "Drupal Layouts Schema",
  715. "description": "A Drupal schema for layouts",
  716. "fileMatch": ["*.layouts.yml"],
  717. "url": "https://json.schemastore.org/drupal-layouts.json"
  718. },
  719. {
  720. "name": "Drupal Libraries Schema",
  721. "description": "A Drupal schema for libraries",
  722. "fileMatch": ["*.libraries.yml"],
  723. "url": "https://json.schemastore.org/drupal-libraries.json"
  724. },
  725. {
  726. "name": "Drupal Links Action Schema",
  727. "description": "A Drupal schema for action links",
  728. "fileMatch": ["*.links.action.yml"],
  729. "url": "https://json.schemastore.org/drupal-links-action.json"
  730. },
  731. {
  732. "name": "Drupal Links Contextual Schema",
  733. "description": "A Drupal schema for contextual links",
  734. "fileMatch": ["*.links.contextual.yml"],
  735. "url": "https://json.schemastore.org/drupal-links-contextual.json"
  736. },
  737. {
  738. "name": "Drupal Links Menu Schema",
  739. "description": "A Drupal schema for menu links",
  740. "fileMatch": ["*.links.menu.yml"],
  741. "url": "https://json.schemastore.org/drupal-links-menu.json"
  742. },
  743. {
  744. "name": "Drupal Links Task Schema",
  745. "description": "A Drupal schema for task links",
  746. "fileMatch": ["*.links.task.yml"],
  747. "url": "https://json.schemastore.org/drupal-links-task.json"
  748. },
  749. {
  750. "name": "Drupal Migration Schema",
  751. "description": "A Drupal schema for migration",
  752. "fileMatch": ["*.migration.*.yml", "**/migrations/*.yml"],
  753. "url": "https://json.schemastore.org/drupal-migration.json"
  754. },
  755. {
  756. "name": "Drupal Permissions Schema",
  757. "description": "A Drupal schema for permissions",
  758. "fileMatch": ["*.permissions.yml"],
  759. "url": "https://json.schemastore.org/drupal-permissions.json"
  760. },
  761. {
  762. "name": "Drupal Routing Schema",
  763. "description": "A Drupal schema for routing",
  764. "fileMatch": ["*.routing.yml"],
  765. "url": "https://json.schemastore.org/drupal-routing.json"
  766. },
  767. {
  768. "name": "Drupal Config Schema",
  769. "description": "A Drupal schema for config",
  770. "fileMatch": ["**/config/schema/*.schema.yml"],
  771. "url": "https://json.schemastore.org/drupal-config.json"
  772. },
  773. {
  774. "name": "Drupal Services Schema",
  775. "description": "A Drupal schema for services",
  776. "fileMatch": ["*.services.yml"],
  777. "url": "https://json.schemastore.org/drupal-services.json"
  778. },
  779. {
  780. "name": "Helm Chart.yaml",
  781. "description": "The Chart.yaml file is required for a chart.",
  782. "fileMatch": ["Chart.yaml"],
  783. "url": "https://json.schemastore.org/chart.json"
  784. },
  785. {
  786. "name": "Helm Chart.lock",
  787. "description": "The Chart.lock file locks dependencies from Chart.yaml",
  788. "fileMatch": ["Chart.lock"],
  789. "url": "https://json.schemastore.org/chart-lock.json"
  790. },
  791. {
  792. "name": "CircleCI config.yml",
  793. "description": "Schema for CircleCI config files",
  794. "fileMatch": ["**/.circleci/config.yml"],
  795. "url": "https://json.schemastore.org/circleciconfig.json"
  796. },
  797. {
  798. "name": "Code Climate",
  799. "description": "Configuration file as an alternative for configuring your repository in the settings page.",
  800. "fileMatch": [".codeclimate.yml", ".codeclimate.json"],
  801. "url": "https://json.schemastore.org/codeclimate.json"
  802. },
  803. {
  804. "name": ".cirrus.yml",
  805. "description": "Cirrus CI configuration files",
  806. "fileMatch": [".cirrus.yml"],
  807. "url": "https://json.schemastore.org/cirrus.json"
  808. },
  809. {
  810. "name": ".clasp.json",
  811. "description": "Google Apps Script CLI project file",
  812. "fileMatch": [".clasp.json"],
  813. "url": "https://json.schemastore.org/clasp.json"
  814. },
  815. {
  816. "name": "cloudify",
  817. "description": "Cloudify Blueprint",
  818. "fileMatch": ["*.cfy.yaml"],
  819. "url": "https://json.schemastore.org/cloudify.json"
  820. },
  821. {
  822. "name": "cloud-init: cloud-config userdata JSON schema",
  823. "description": "JSON schema for #cloud-config userdata YAML",
  824. "fileMatch": [
  825. "cloudconfig.yaml",
  826. "cloud-config.yaml",
  827. "*.cloudconfig.yaml",
  828. "*.cloud-config.yaml"
  829. ],
  830. "url": "https://raw.githubusercontent.com/canonical/cloud-init/main/cloudinit/config/schemas/versions.schema.cloud-config.json"
  831. },
  832. {
  833. "name": "codemagic",
  834. "description": "JSON schema for Codemagic CI/CD file configuration",
  835. "fileMatch": ["codemagic.yaml", "codemagic.yml"],
  836. "url": "https://static.codemagic.io/codemagic-schema.json"
  837. },
  838. {
  839. "name": "JSON schema for Codecov configuration files",
  840. "description": "Schema for codecov.yml files.",
  841. "fileMatch": [".codecov.yml", "codecov.yml"],
  842. "url": "https://json.schemastore.org/codecov.json"
  843. },
  844. {
  845. "name": "JSON schema for CodeShip Pro services configuration files",
  846. "description": "Schema for codeship-services.yml files.",
  847. "fileMatch": ["codeship-services.yml"],
  848. "url": "https://json.schemastore.org/codeship-services.json"
  849. },
  850. {
  851. "name": "JSON schema for CodeShip Pro steps configuration files",
  852. "description": "Schema for codeship-steps.yml files.",
  853. "fileMatch": ["codeship-steps.yml"],
  854. "url": "https://json.schemastore.org/codeship-steps.json"
  855. },
  856. {
  857. "name": "Vercel",
  858. "description": "Vercel configuration file",
  859. "fileMatch": ["vercel.json"],
  860. "url": "https://openapi.vercel.sh/vercel.json"
  861. },
  862. {
  863. "name": "VSCode Code Snippets",
  864. "description": "Schema for code snippet files in visual studio code extensions",
  865. "fileMatch": ["*.code-snippets"],
  866. "url": "https://raw.githubusercontent.com/Yash-Singh1/vscode-snippets-json-schema/main/schema.json"
  867. },
  868. {
  869. "name": "compilerconfig.json",
  870. "description": "Schema for compilerconfig.json files",
  871. "fileMatch": ["compilerconfig.json"],
  872. "url": "https://json.schemastore.org/compilerconfig.json"
  873. },
  874. {
  875. "name": "compile_commands.json",
  876. "description": "LLVM compilation database",
  877. "fileMatch": ["compile_commands.json"],
  878. "url": "https://json.schemastore.org/compile-commands.json"
  879. },
  880. {
  881. "name": "commands.json",
  882. "description": "Config file for Command Task Runner",
  883. "fileMatch": ["commands.json"],
  884. "url": "https://json.schemastore.org/commands.json"
  885. },
  886. {
  887. "name": "Common Catalog Schema",
  888. "description": "Universal schema for all catalog data focused on transformations and relationships",
  889. "fileMatch": [
  890. "*.cat.json",
  891. "*.catalog.json",
  892. "*.cat.yml",
  893. "*.catalog.yml"
  894. ],
  895. "url": "https://raw.githubusercontent.com/howlowck/common-catalog-schema/main/schema-versions.json"
  896. },
  897. {
  898. "name": "cosmos.config.json",
  899. "description": "React Cosmos configuration file",
  900. "fileMatch": ["cosmos.config.json"],
  901. "url": "https://json.schemastore.org/cosmos-config.json"
  902. },
  903. {
  904. "name": "Chrome Extension",
  905. "description": "Google Chrome extension manifest file",
  906. "url": "https://json.schemastore.org/chrome-manifest.json"
  907. },
  908. {
  909. "name": "chutzpah.json",
  910. "description": "Chutzpah configuration file",
  911. "fileMatch": ["chutzpah.json"],
  912. "url": "https://json.schemastore.org/chutzpah.json"
  913. },
  914. {
  915. "name": "contentmanifest.json",
  916. "description": "Visual Studio manifest injection file",
  917. "fileMatch": ["contentmanifest.json"],
  918. "url": "https://json.schemastore.org/vsix-manifestinjection.json"
  919. },
  920. {
  921. "name": "cloud-sdk-pipeline-config-schema",
  922. "description": "SAP Cloud SDK Pipeline configuration",
  923. "fileMatch": ["pipeline_config.yml"],
  924. "url": "https://json.schemastore.org/cloud-sdk-pipeline-config-schema.json"
  925. },
  926. {
  927. "name": "cloudbuild.json",
  928. "description": "Google Cloud Build configuration file",
  929. "fileMatch": [
  930. "cloudbuild.json",
  931. "cloudbuild.yaml",
  932. "cloudbuild.yml",
  933. "*.cloudbuild.json",
  934. "*.cloudbuild.yaml",
  935. "*.cloudbuild.yml"
  936. ],
  937. "url": "https://json.schemastore.org/cloudbuild.json"
  938. },
  939. {
  940. "name": "Google Cloud Workflows",
  941. "description": "Google Cloud Workflows configuration file",
  942. "fileMatch": [
  943. "workflows.json",
  944. "workflows.yaml",
  945. "workflows.yml",
  946. "*.workflows.json",
  947. "*.workflows.yaml",
  948. "*.workflows.yml"
  949. ],
  950. "url": "https://json.schemastore.org/workflows.json"
  951. },
  952. {
  953. "name": "AWS CDK cdk.json",
  954. "description": "Schema for AWS CDK context files",
  955. "url": "https://json.schemastore.org/cdk.json",
  956. "fileMatch": ["cdk.json"]
  957. },
  958. {
  959. "name": "AWS CloudFormation",
  960. "description": "AWS CloudFormation provides a common language for you to describe and provision all the infrastructure resources in your cloud environment.",
  961. "fileMatch": [
  962. "*.cf.json",
  963. "*.cf.yml",
  964. "*.cf.yaml",
  965. "cloudformation.json",
  966. "cloudformation.yml",
  967. "cloudformation.yaml"
  968. ],
  969. "url": "https://raw.githubusercontent.com/awslabs/goformation/master/schema/cloudformation.schema.json"
  970. },
  971. {
  972. "name": "AWS CloudFormation Serverless Application Model (SAM)",
  973. "description": "The AWS Serverless Application Model (AWS SAM, previously known as Project Flourish) extends AWS CloudFormation to provide a simplified way of defining the Amazon API Gateway APIs, AWS Lambda functions, and Amazon DynamoDB tables needed by your serverless application.",
  974. "fileMatch": [
  975. "serverless.template",
  976. "*.sam.json",
  977. "*.sam.yml",
  978. "*.sam.yaml",
  979. "sam.json",
  980. "sam.yml",
  981. "sam.yaml"
  982. ],
  983. "url": "https://raw.githubusercontent.com/awslabs/goformation/master/schema/sam.schema.json"
  984. },
  985. {
  986. "name": "Citation File Format",
  987. "description": "A YAML file with citation metadata for software or datasets.",
  988. "fileMatch": ["CITATION.cff"],
  989. "url": "https://citation-file-format.github.io/1.2.0/schema.json"
  990. },
  991. {
  992. "name": "coffeelint.json",
  993. "description": "CoffeeLint configuration file",
  994. "fileMatch": ["coffeelint.json"],
  995. "url": "https://json.schemastore.org/coffeelint.json"
  996. },
  997. {
  998. "name": "composer.json",
  999. "description": "PHP Composer configuration file",
  1000. "fileMatch": ["composer.json"],
  1001. "url": "https://raw.githubusercontent.com/composer/composer/main/res/composer-schema.json"
  1002. },
  1003. {
  1004. "name": "component.json",
  1005. "description": "Web component file",
  1006. "fileMatch": ["component.json"],
  1007. "url": "https://json.schemastore.org/component.json"
  1008. },
  1009. {
  1010. "name": "component-detection-manifest.json",
  1011. "description": "Component Detection manifest",
  1012. "fileMatch": ["cdmanifest.json", "cgmanifest.json"],
  1013. "url": "https://json.schemastore.org/component-detection-manifest.json"
  1014. },
  1015. {
  1016. "name": "config.json",
  1017. "description": "ASP.NET project config file",
  1018. "fileMatch": ["config.json"],
  1019. "url": "https://json.schemastore.org/config.json"
  1020. },
  1021. {
  1022. "name": "contribute.json",
  1023. "description": "A JSON schema for open-source project contribution data by Mozilla",
  1024. "fileMatch": ["contribute.json"],
  1025. "url": "https://raw.githubusercontent.com/mozilla/contribute.json/master/schema.json"
  1026. },
  1027. {
  1028. "name": "crowdin.yml",
  1029. "description": "A JSON schema to configure Crowdin, a crowd-translation platform. See https://support.crowdin.com/configuration-file/.",
  1030. "fileMatch": ["**/crowdin.yml"],
  1031. "url": "https://json.schemastore.org/crowdin.json"
  1032. },
  1033. {
  1034. "name": "cypress.json",
  1035. "description": "Cypress.io test runner configuration file",
  1036. "fileMatch": ["cypress.json"],
  1037. "url": "https://on.cypress.io/cypress.schema.json"
  1038. },
  1039. {
  1040. "name": ".creatomic",
  1041. "description": "A config for Atomic Design 4 React generator",
  1042. "fileMatch": [".creatomic"],
  1043. "url": "https://json.schemastore.org/creatomic.json"
  1044. },
  1045. {
  1046. "name": "cspell",
  1047. "description": "JSON schema for cspell configuration file",
  1048. "fileMatch": [
  1049. ".cspell.json",
  1050. "cspell.json",
  1051. ".cSpell.json",
  1052. "cSpell.json",
  1053. "cspell.config.json",
  1054. "cspell.config.yaml",
  1055. "cspell.config.yml",
  1056. "cspell.yaml",
  1057. "cspell.yml"
  1058. ],
  1059. "url": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/packages/cspell-types/cspell.schema.json"
  1060. },
  1061. {
  1062. "name": ".csscomb.json",
  1063. "description": "A JSON schema CSS Comb's configuration file",
  1064. "fileMatch": [".csscomb.json"],
  1065. "url": "https://json.schemastore.org/csscomb.json"
  1066. },
  1067. {
  1068. "name": ".csslintrc",
  1069. "description": "A JSON schema CSS Lint's configuration file",
  1070. "fileMatch": [".csslintrc"],
  1071. "url": "https://json.schemastore.org/csslintrc.json"
  1072. },
  1073. {
  1074. "name": "Dart build configuration",
  1075. "description": "Configuration for Dart's build system",
  1076. "url": "https://json.schemastore.org/dart-build.json"
  1077. },
  1078. {
  1079. "name": "Dart test config",
  1080. "description": "Configuration for Dart's test package",
  1081. "fileMatch": ["dart_test.yaml"],
  1082. "url": "https://json.schemastore.org/dart-test.json"
  1083. },
  1084. {
  1085. "name": "DashLord configuration",
  1086. "description": "Configuration for DashLord",
  1087. "fileMatch": ["dashlord.yaml", "dashlord.yml"],
  1088. "url": "https://raw.githubusercontent.com/socialgouv/dashlord/main/schema.json"
  1089. },
  1090. {
  1091. "name": "datalogic-scan2deploy-android",
  1092. "description": "Datalogic Scan2Deploy Android file",
  1093. "fileMatch": [".dla.json"],
  1094. "url": "https://json.schemastore.org/datalogic-scan2deploy-android.json"
  1095. },
  1096. {
  1097. "name": "datalogic-scan2deploy-ce",
  1098. "description": "Datalogic Scan2Deploy CE file",
  1099. "fileMatch": [".dlc.json"],
  1100. "url": "https://json.schemastore.org/datalogic-scan2deploy-ce.json"
  1101. },
  1102. {
  1103. "name": "debugsettings.json",
  1104. "description": "A JSON schema for the ASP.NET DebugSettings.json files",
  1105. "fileMatch": ["debugsettings.json"],
  1106. "url": "https://json.schemastore.org/debugsettings.json"
  1107. },
  1108. {
  1109. "name": "Deno",
  1110. "description": "A JSON representation of a Deno configuration file.",
  1111. "fileMatch": ["deno.json", "deno.jsonc"],
  1112. "url": "https://raw.githubusercontent.com/denoland/deno/main/cli/schemas/config-file.v1.json"
  1113. },
  1114. {
  1115. "name": "dependabot.json",
  1116. "description": "A JSON schema for the Dependabot config.yml files",
  1117. "fileMatch": ["**/.dependabot/config.yml"],
  1118. "url": "https://json.schemastore.org/dependabot.json"
  1119. },
  1120. {
  1121. "name": "dependabot-v2.json",
  1122. "description": "A JSON schema for the GitHub Action's dependabot.yml files",
  1123. "fileMatch": ["**/.github/dependabot.yml"],
  1124. "url": "https://json.schemastore.org/dependabot-2.0.json"
  1125. },
  1126. {
  1127. "name": "Deployer Recipe",
  1128. "description": "A JSON schema for Deployer yaml recipes",
  1129. "fileMatch": ["deploy.yaml", "deploy.yml"],
  1130. "url": "https://raw.githubusercontent.com/deployphp/deployer/master/src/schema.json"
  1131. },
  1132. {
  1133. "name": "detekt.yml",
  1134. "description": "Detekt Configuration File schema",
  1135. "fileMatch": ["detekt.yml", "detekt.yaml"],
  1136. "url": "https://json.schemastore.org/detekt.json"
  1137. },
  1138. {
  1139. "name": "Discord Webhook",
  1140. "description": "Execute Discord Webhook JSON Schema",
  1141. "url": "https://raw.githubusercontent.com/AxoCode/json-schema/master/discord/webhook.json"
  1142. },
  1143. {
  1144. "name": "dockerd.json",
  1145. "description": "Docker daemon configuration",
  1146. "fileMatch": ["dockerd.json", "docker.json"],
  1147. "url": "https://json.schemastore.org/dockerd.json"
  1148. },
  1149. {
  1150. "name": "docker-seq schema",
  1151. "description": "Schema for docker-seq.\n\nSee at: https://gitlab.com/sbenv/veroxis/docker-seq",
  1152. "fileMatch": [
  1153. "docker-seq.yaml",
  1154. "docker-seq.json",
  1155. "docker-seq.yml",
  1156. "*.docker-seq.yaml",
  1157. "*.docker-seq.json",
  1158. "*.docker-seq.yml"
  1159. ],
  1160. "url": "https://gitlab.com/sbenv/veroxis/docker-seq/-/raw/HEAD/docker-seq.schema.json"
  1161. },
  1162. {
  1163. "name": "docfx.json",
  1164. "description": "A JSON schema for DocFx configuration files",
  1165. "fileMatch": ["docfx.json"],
  1166. "url": "https://json.schemastore.org/docfx.json"
  1167. },
  1168. {
  1169. "name": "Dolittle Artifacts",
  1170. "description": "A JSON schema for a Dolittle bounded context's artifacts",
  1171. "fileMatch": ["**/.dolittle/artifacts.json"],
  1172. "url": "https://raw.githubusercontent.com/dolittle/DotNET.SDK/v5.0.0/Schemas/Artifacts.Configuration/artifacts.json"
  1173. },
  1174. {
  1175. "name": "Dolittle Bounded Context Configuration",
  1176. "description": "A JSON schema for Dolittle application's bounded context configuration",
  1177. "fileMatch": ["bounded-context.json"],
  1178. "url": "https://raw.githubusercontent.com/dolittle/Runtime/master/Schemas/Applications.Configuration/bounded-context.json"
  1179. },
  1180. {
  1181. "name": "Dolittle Event Horizons Configuration",
  1182. "description": "A JSON schema for a Dolittle bounded context's event horizon configurations",
  1183. "fileMatch": ["**/.dolittle/event-horizons.json"],
  1184. "url": "https://raw.githubusercontent.com/dolittle/Runtime/master/Schemas/Events/event-horizons.json"
  1185. },
  1186. {
  1187. "name": "Dolittle Resources Configuration",
  1188. "description": "A JSON schema for a Dolittle bounded context's resource configurations",
  1189. "fileMatch": ["**/.dolittle/resources.json"],
  1190. "url": "https://raw.githubusercontent.com/dolittle/DotNET.Fundamentals/v5.1.0/Schemas/ResourceTypes.Configuration/resources.json"
  1191. },
  1192. {
  1193. "name": "Dolittle Server Configuration",
  1194. "description": "A JSON schema for a Dolittle bounded context's event horizon's interaction server configuration",
  1195. "fileMatch": ["**/.dolittle/server.json"],
  1196. "url": "https://raw.githubusercontent.com/dolittle/Runtime/master/Schemas/Server/server.json"
  1197. },
  1198. {
  1199. "name": "Dolittle Tenants Configuration",
  1200. "description": "A JSON schema for a Dolittle bounded context's tenant configuration",
  1201. "fileMatch": ["**/.dolittle/tenants.json"],
  1202. "url": "https://raw.githubusercontent.com/dolittle/Runtime/master/Schemas/Tenancy/tenants.json"
  1203. },
  1204. {
  1205. "name": "Dolittle Tenant Map Configuration",
  1206. "description": "A JSON schema for a Dolittle bounded context's tenant mapping configurations",
  1207. "fileMatch": ["**/.dolittle/tenant-map.json"],
  1208. "url": "https://raw.githubusercontent.com/dolittle/DotNET.Fundamentals/master/Schemas/Tenancy.Configuration/tenant-map.json"
  1209. },
  1210. {
  1211. "name": "Dolittle Topology",
  1212. "description": "A JSON schema for a Dolittle bounded context's topology",
  1213. "fileMatch": ["**/.dolittle/topology.json"],
  1214. "url": "https://raw.githubusercontent.com/dolittle/DotNET.SDK/master/Schemas/Applications.Configuration/topology.json"
  1215. },
  1216. {
  1217. "name": "dotnet Release Index manifest",
  1218. "description": "JSON schema for .NET product collection manifests",
  1219. "fileMatch": ["dotnet-release-index.json"],
  1220. "url": "https://json.schemastore.org/dotnet-releases-index.json"
  1221. },
  1222. {
  1223. "name": "dotnetcli.host.json",
  1224. "description": "JSON schema for .NET CLI template host files",
  1225. "fileMatch": ["dotnetcli.host.json"],
  1226. "url": "https://json.schemastore.org/dotnetcli.host.json"
  1227. },
  1228. {
  1229. "name": "drone.json",
  1230. "description": "Drone CI configuration file",
  1231. "fileMatch": [".drone.yml"],
  1232. "url": "https://json.schemastore.org/drone.json"
  1233. },
  1234. {
  1235. "name": "Drush site aliases",
  1236. "description": "JSON Schema for Drush 9 site aliases file",
  1237. "fileMatch": ["**/sites/*.site.yml"],
  1238. "url": "https://json.schemastore.org/drush.site.yml.json"
  1239. },
  1240. {
  1241. "name": "dss-2.0.0.json",
  1242. "description": "Digital Signature Service Core Protocols, Elements, and Bindings Version 2.0",
  1243. "url": "https://json.schemastore.org/dss-2.0.0.json"
  1244. },
  1245. {
  1246. "name": "dvc.yaml",
  1247. "description": "JSON Schema for dvc.yaml file",
  1248. "fileMatch": ["dvc.yaml"],
  1249. "url": "https://raw.githubusercontent.com/iterative/dvcyaml-schema/master/schema.json"
  1250. },
  1251. {
  1252. "name": "Devfile",
  1253. "description": "JSON schema for Devfiles",
  1254. "url": "https://raw.githubusercontent.com/devfile/api/v2.2.0/schemas/latest/devfile.json",
  1255. "fileMatch": ["devfile.yaml", ".devfile.yaml"],
  1256. "versions": {
  1257. "1.0.0": "https://raw.githubusercontent.com/eclipse-che/che-server/master/wsmaster/che-core-api-workspace/src/main/resources/schema/1.0.0/devfile.json",
  1258. "2.0.0": "https://raw.githubusercontent.com/devfile/api/v2.0.0/schemas/latest/devfile.json",
  1259. "2.1.0": "https://raw.githubusercontent.com/devfile/api/v2.1.0/schemas/latest/devfile.json",
  1260. "2.2.0": "https://raw.githubusercontent.com/devfile/api/v2.2.0/schemas/latest/devfile.json"
  1261. }
  1262. },
  1263. {
  1264. "name": "ecosystem.json",
  1265. "description": "PM2 ecosystem config file",
  1266. "fileMatch": [
  1267. "ecosystem.json",
  1268. "ecosystem.yml",
  1269. "ecosystem.yaml",
  1270. "ecosystem.config.json",
  1271. "ecosystem.config.yml",
  1272. "ecosystem.config.yaml"
  1273. ],
  1274. "url": "https://json.schemastore.org/pm2-ecosystem.json"
  1275. },
  1276. {
  1277. "name": "eksctl",
  1278. "description": "eksctl cluster configuration file",
  1279. "url": "https://raw.githubusercontent.com/weaveworks/eksctl/main/pkg/apis/eksctl.io/v1alpha5/assets/schema.json"
  1280. },
  1281. {
  1282. "name": ".esmrc.json",
  1283. "description": "Configuration files for the esm module/package in Node.js",
  1284. "fileMatch": [
  1285. ".esmrc",
  1286. ".esmrc.json",
  1287. ".esmrc.js",
  1288. ".esmrc.cjs",
  1289. ".esmrc.mjs"
  1290. ],
  1291. "url": "https://json.schemastore.org/esmrc.json"
  1292. },
  1293. {
  1294. "name": "Esquio",
  1295. "description": "JSON schema for Esquio configuration files",
  1296. "url": "https://json.schemastore.org/esquio.json"
  1297. },
  1298. {
  1299. "name": "epr-manifest.json",
  1300. "description": "Entry Point Regulation manifest file",
  1301. "fileMatch": ["epr-manifest.json"],
  1302. "url": "https://json.schemastore.org/epr-manifest.json"
  1303. },
  1304. {
  1305. "name": "Error pages",
  1306. "description": "Error-Pages configuration file",
  1307. "url": "https://cdn.jsdelivr.net/gh/tarampampam/error-pages@latest/schemas/config/1.0.schema.json",
  1308. "fileMatch": ["error-pages*.yml", "error-pages*.yaml"],
  1309. "versions": {
  1310. "1.0": "https://cdn.jsdelivr.net/gh/tarampampam/error-pages@latest/schemas/config/1.0.schema.json"
  1311. }
  1312. },
  1313. {
  1314. "name": "electron-builder configuration file.",
  1315. "description": "JSON schema for electron-build configuration file.",
  1316. "fileMatch": ["electron-builder.json"],
  1317. "url": "https://json.schemastore.org/electron-builder.json"
  1318. },
  1319. {
  1320. "name": "evcc.yaml",
  1321. "description": "JSON schema for evcc configuration file.",
  1322. "fileMatch": ["evcc*.yaml"],
  1323. "url": "https://raw.githubusercontent.com/andig/evcc/master/schema.json"
  1324. },
  1325. {
  1326. "name": "Expo SDK",
  1327. "description": "JSON schema for Expo SDK app manifest",
  1328. "fileMatch": ["app.json"],
  1329. "url": "https://json.schemastore.org/expo-46.0.0.json",
  1330. "versions": {
  1331. "37.0.0": "https://json.schemastore.org/expo-37.0.0.json",
  1332. "38.0.0": "https://json.schemastore.org/expo-38.0.0.json",
  1333. "39.0.0": "https://json.schemastore.org/expo-39.0.0.json",
  1334. "40.0.0": "https://json.schemastore.org/expo-40.0.0.json",
  1335. "41.0.0": "https://json.schemastore.org/expo-41.0.0.json",
  1336. "42.0.0": "https://json.schemastore.org/expo-42.0.0.json",
  1337. "46.0.0": "https://json.schemastore.org/expo-46.0.0.json"
  1338. }
  1339. },
  1340. {
  1341. "name": "ezd schema",
  1342. "description": "Schema for ezd task runner.\n\nSee at: https://gitlab.com/sbenv/veroxis/ezd-rs",
  1343. "fileMatch": ["ezd.yaml", "ezd.json", "ezd.yml"],
  1344. "url": "https://gitlab.com/sbenv/veroxis/ezd-rs/-/raw/HEAD/ezd.schema.json"
  1345. },
  1346. {
  1347. "name": ".eslintrc",
  1348. "description": "JSON schema for ESLint configuration files",
  1349. "fileMatch": [
  1350. ".eslintrc",
  1351. ".eslintrc.json",
  1352. ".eslintrc.yml",
  1353. ".eslintrc.yaml"
  1354. ],
  1355. "url": "https://json.schemastore.org/eslintrc.json"
  1356. },
  1357. {
  1358. "name": "Facets - FSDL - Application",
  1359. "description": "Facets Stack Definition Language for Applications",
  1360. "fileMatch": ["**/application/instances/*.json"],
  1361. "url": "https://www.facets.cloud/assets/fsdl/application.schema.json"
  1362. },
  1363. {
  1364. "name": "fabric.mod.json",
  1365. "description": "Metadata file used by the Fabric mod loader",
  1366. "fileMatch": ["fabric.mod.json"],
  1367. "url": "https://json.schemastore.org/fabric.mod.json"
  1368. },
  1369. {
  1370. "name": "F-Droid Data metadata",
  1371. "description": "Schema for F-Droid Data app metadata files",
  1372. "fileMatch": ["**/metadata/*.yml"],
  1373. "url": "https://gitlab.com/fdroid/fdroiddata/-/raw/master/schemas/metadata.json"
  1374. },
  1375. {
  1376. "name": ".ffizer.yaml",
  1377. "description": "JSON schema for ffizer template configuration files",
  1378. "fileMatch": [".ffizer.yaml"],
  1379. "url": "https://ffizer.github.io/ffizer/ffizer.schema.json"
  1380. },
  1381. {
  1382. "name": "first-timers-bot",
  1383. "description": "A bot that helps onboarding new open-source contributors.",
  1384. "fileMatch": ["**/.github/first-timers.yml"],
  1385. "url": "https://json.schemastore.org/first-timers.json"
  1386. },
  1387. {
  1388. "name": "Foundry VTT - Manifest",
  1389. "description": "JSON schema for Foundry VTT system.json and module.json files.",
  1390. "fileMatch": ["system.json", "module.json"],
  1391. "url": "https://json.schemastore.org/foundryvtt-manifest.json"
  1392. },
  1393. {
  1394. "name": "Foundry VTT - Template",
  1395. "description": "JSON schema for Foundry VTT template.json files.",
  1396. "fileMatch": ["template.json"],
  1397. "url": "https://json.schemastore.org/foundryvtt-template.json"
  1398. },
  1399. {
  1400. "name": "Fossa configuration file",
  1401. "description": "JSON schema for FOSSA CLI's .fossa.yml configuration file",
  1402. "fileMatch": [".fossa.yml"],
  1403. "url": "https://raw.githubusercontent.com/fossas/fossa-cli/master/docs/references/files/fossa-yml.v3.schema.json"
  1404. },
  1405. {
  1406. "name": "Fossa's fossa-deps file",
  1407. "description": "JSON schema for FOSSA CLI's fossa-deps file",
  1408. "fileMatch": ["fossa-deps.yml", "fossa-deps.yaml", "fossa-deps.json"],
  1409. "url": "https://raw.githubusercontent.com/fossas/fossa-cli/master/docs/references/files/fossa-deps.schema.json"
  1410. },
  1411. {
  1412. "name": "Knative Functions - func.yaml",
  1413. "description": "JSON schema for Knative Functions func.yaml files",
  1414. "fileMatch": ["func.yaml"],
  1415. "url": "https://raw.githubusercontent.com/knative/func/latest-release/schema/func_yaml-schema.json",
  1416. "versions": {
  1417. "1.7": "https://raw.githubusercontent.com/knative/func/release-1.7/schema/func_yaml-schema.json",
  1418. "1.8": "https://raw.githubusercontent.com/knative/func/release-1.8/schema/func_yaml-schema.json"
  1419. }
  1420. },
  1421. {
  1422. "name": "function.json",
  1423. "description": "JSON schema for Azure Functions function.json files",
  1424. "fileMatch": ["function.json"],
  1425. "url": "https://json.schemastore.org/function.json"
  1426. },
  1427. {
  1428. "name": "GatewayCore API Gateway",
  1429. "description": "JSON schema for Cloudtoid GatewayCore API Gateway and Reverse Proxy",
  1430. "fileMatch": [
  1431. "gwcore.json",
  1432. "gwcore.yml",
  1433. "gwcore.yaml",
  1434. "gatewaycore.json",
  1435. "gatewaycore.yml",
  1436. "gatewaycore.yaml",
  1437. "*.gwcore.json",
  1438. "*.gwcore.yml",
  1439. "*.gwcore.yaml",
  1440. "*.gatewaycore.json",
  1441. "*.gatewaycore.yml",
  1442. "*.gatewaycore.yaml"
  1443. ],
  1444. "url": "https://raw.githubusercontent.com/cloudtoid/gateway-core/master/src/Cloudtoid.GatewayCore/Options/Schema/2021-07.json",
  1445. "versions": {
  1446. "latest": "https://raw.githubusercontent.com/cloudtoid/gateway-core/master/src/Cloudtoid.GatewayCore/Options/Schema/2021-07.json",
  1447. "2021-07": "https://raw.githubusercontent.com/cloudtoid/gateway-core/master/src/Cloudtoid.GatewayCore/Options/Schema/2021-07.json"
  1448. }
  1449. },
  1450. {
  1451. "name": "Global Privacy Control",
  1452. "description": "Configuration for GPC, so a site can convey its support for the Global Privacy Control.",
  1453. "fileMatch": ["**/.well-known/gpc.json"],
  1454. "url": "https://json.schemastore.org/gpc.json"
  1455. },
  1456. {
  1457. "name": "geojson.json",
  1458. "description": "GeoJSON format for representing geographic data.",
  1459. "url": "https://json.schemastore.org/geojson.json"
  1460. },
  1461. {
  1462. "name": "GitVersion",
  1463. "description": "The output from the GitVersion tool",
  1464. "fileMatch": ["gitversion.json"],
  1465. "url": "https://json.schemastore.org/gitversion.json"
  1466. },
  1467. {
  1468. "name": "GitHub Action",
  1469. "description": "YAML schema for GitHub Actions",
  1470. "fileMatch": ["action.yml", "action.yaml"],
  1471. "url": "https://json.schemastore.org/github-action.json"
  1472. },
  1473. {
  1474. "name": "GitHub Funding",
  1475. "description": "YAML schema for GitHub Funding",
  1476. "fileMatch": [
  1477. "**/.github/FUNDING.yml",
  1478. "**/.github/funding.yml",
  1479. "**/.github/funding.yaml"
  1480. ],
  1481. "url": "https://json.schemastore.org/github-funding.json"
  1482. },
  1483. {
  1484. "name": "GitHub issue forms",
  1485. "description": "YAML schema for GitHub issue forms",
  1486. "fileMatch": [
  1487. "**/.github/ISSUE_TEMPLATE/**.yml",
  1488. "**/.github/ISSUE_TEMPLATE/**.yaml"
  1489. ],
  1490. "url": "https://json.schemastore.org/github-issue-forms.json"
  1491. },
  1492. {
  1493. "name": "GitHub Issue Template configuration",
  1494. "description": "YAML schema for configuring GitHub Issue Templates",
  1495. "fileMatch": [
  1496. "**/.github/ISSUE_TEMPLATE/config.yml",
  1497. "**/.github/ISSUE_TEMPLATE/config.yaml"
  1498. ],
  1499. "url": "https://json.schemastore.org/github-issue-config.json"
  1500. },
  1501. {
  1502. "name": "GitHub Workflow",
  1503. "description": "YAML schema for GitHub Workflow",
  1504. "fileMatch": [
  1505. "**/.github/workflows/*.yml",
  1506. "**/.github/workflows/*.yaml"
  1507. ],
  1508. "url": "https://json.schemastore.org/github-workflow.json"
  1509. },
  1510. {
  1511. "name": "GitHub Workflow Template Properties",
  1512. "description": "Json schema for properties json file for a GitHub Workflow template",
  1513. "fileMatch": ["**/.github/workflow-templates/**.properties.json"],
  1514. "url": "https://json.schemastore.org/github-workflow-template-properties.json"
  1515. },
  1516. {
  1517. "name": "gitlab-ci",
  1518. "description": "JSON schema for configuring Gitlab CI",
  1519. "fileMatch": ["*.gitlab-ci.yml"],
  1520. "url": "https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json"
  1521. },
  1522. {
  1523. "name": "Gitpod Configuration",
  1524. "description": "JSON schema for configuring Gitpod.io",
  1525. "fileMatch": [".gitpod.yml"],
  1526. "url": "https://gitpod.io/schemas/gitpod-schema.json"
  1527. },
  1528. {
  1529. "name": "global.json",
  1530. "description": "ASP.NET global configuration file",
  1531. "fileMatch": ["global.json"],
  1532. "url": "https://json.schemastore.org/global.json"
  1533. },
  1534. {
  1535. "name": "golangci-lint Configuration",
  1536. "description": "golangci-lint configuration file",
  1537. "fileMatch": [
  1538. ".golangci.yml",
  1539. ".golangci.yaml",
  1540. ".golangci.toml",
  1541. ".golangci.json"
  1542. ],
  1543. "url": "https://json.schemastore.org/golangci-lint.json"
  1544. },
  1545. {
  1546. "name": "Goreleaser",
  1547. "description": "Goreleaser configuration file",
  1548. "fileMatch": [
  1549. ".goreleaser.yml",
  1550. ".goreleaser.yaml",
  1551. "goreleaser.yml",
  1552. "goreleaser.yaml"
  1553. ],
  1554. "url": "https://goreleaser.com/static/schema.json"
  1555. },
  1556. {
  1557. "name": "Goreleaser Pro",
  1558. "description": "Goreleaser Pro configuration file",
  1559. "url": "https://goreleaser.com/static/schema-pro.json"
  1560. },
  1561. {
  1562. "name": "Grafana 5.x Dashboard",
  1563. "description": "JSON Schema for Grafana 5.x Dashboards",
  1564. "url": "https://json.schemastore.org/grafana-dashboard-5.x.json"
  1565. },
  1566. {
  1567. "name": "GraphQL Mesh",
  1568. "description": "JSON Schema for GraphQL Mesh config file",
  1569. "url": "https://unpkg.com/@graphql-mesh/types/config-schema.json",
  1570. "fileMatch": [
  1571. ".meshrc.yml",
  1572. ".meshrc.yaml",
  1573. ".meshrc.json",
  1574. ".meshrc.js",
  1575. ".graphql-mesh.yaml",
  1576. ".graphql-mesh.yml"
  1577. ]
  1578. },
  1579. {
  1580. "name": "GraphQL Config",
  1581. "description": "JSON Schema for GraphQL Config config file",
  1582. "url": "https://unpkg.com/graphql-config/config-schema.json",
  1583. "fileMatch": [
  1584. "graphql.config.json",
  1585. "graphql.config.js",
  1586. "graphql.config.yaml",
  1587. "graphql.config.yml",
  1588. ".graphqlrc",
  1589. ".graphqlrc.json",
  1590. ".graphqlrc.yaml",
  1591. ".graphqlrc.yml",
  1592. ".graphqlrc.js"
  1593. ]
  1594. },
  1595. {
  1596. "name": "GraphQL Code Generator",
  1597. "description": "JSON Schema for GraphQL Code Generator config file",
  1598. "url": "https://www.graphql-code-generator.com/config.schema.json",
  1599. "fileMatch": [
  1600. "codegen.yml",
  1601. "codegen.yaml",
  1602. "codegen.json",
  1603. "codegen.js",
  1604. ".codegen.yml",
  1605. ".codegen.yaml",
  1606. ".codegen.json",
  1607. ".codegen.js"
  1608. ]
  1609. },
  1610. {
  1611. "name": "Grunt copy task",
  1612. "description": "Grunt copy task configuration file",
  1613. "fileMatch": ["copy.json"],
  1614. "url": "https://json.schemastore.org/grunt-copy-task.json"
  1615. },
  1616. {
  1617. "name": "Grunt clean task",
  1618. "description": "Grunt clean task configuration file",
  1619. "fileMatch": ["clean.json"],
  1620. "url": "https://json.schemastore.org/grunt-clean-task.json"
  1621. },
  1622. {
  1623. "name": "Grunt cssmin task",
  1624. "description": "Grunt cssmin task configuration file",
  1625. "fileMatch": ["cssmin.json"],
  1626. "url": "https://json.schemastore.org/grunt-cssmin-task.json"
  1627. },
  1628. {
  1629. "name": "Grunt JSHint task",
  1630. "description": "Grunt JSHint task configuration file",
  1631. "fileMatch": ["jshint.json"],
  1632. "url": "https://json.schemastore.org/grunt-jshint-task.json"
  1633. },
  1634. {
  1635. "name": "Grunt Watch task",
  1636. "description": "Grunt Watch task configuration file",
  1637. "fileMatch": ["watch.json"],
  1638. "url": "https://json.schemastore.org/grunt-watch-task.json"
  1639. },
  1640. {
  1641. "name": "Grunt base task",
  1642. "description": "Schema for standard Grunt tasks",
  1643. "fileMatch": ["**/grunt/*.json", "*-tasks.json"],
  1644. "url": "https://json.schemastore.org/grunt-task.json"
  1645. },
  1646. {
  1647. "name": "haxelib.json",
  1648. "description": "Haxelib manifest",
  1649. "fileMatch": ["haxelib.json"],
  1650. "url": "https://json.schemastore.org/haxelib.json"
  1651. },
  1652. {
  1653. "name": "Hayson",
  1654. "description": "Project Haystack data",
  1655. "fileMatch": ["*.hayson.json", "*.hayson.yaml", "*.hayson.yml"],
  1656. "url": "https://raw.githubusercontent.com/j2inn/hayson/master/hayson-json-schema.json"
  1657. },
  1658. {
  1659. "name": "Haystack Pipeline",
  1660. "description": "Haystack Pipeline YAML file describing the nodes of the pipelines. For more info read the docs at: https://haystack.deepset.ai/components/pipelines#yaml-file-definitions",
  1661. "fileMatch": ["*.haystack-pipeline.yml"],
  1662. "url": "https://raw.githubusercontent.com/deepset-ai/haystack-json-schema/main/json-schema/haystack-pipeline.schema.json"
  1663. },
  1664. {
  1665. "name": "Hazelcast 5 Configuration",
  1666. "description": "YAML schema for configuring Hazelcast 5 Platform (member and client)",
  1667. "fileMatch": [
  1668. "hazelcast*.yaml",
  1669. "hazelcast*.json",
  1670. "hz-*.yaml",
  1671. "hz-*.json"
  1672. ],
  1673. "url": "https://hazelcast.com/schema/config/hazelcast-config-5.2.json"
  1674. },
  1675. {
  1676. "name": "host.json",
  1677. "description": "JSON schema for Azure Functions host.json files",
  1678. "fileMatch": ["host.json"],
  1679. "url": "https://json.schemastore.org/host.json"
  1680. },
  1681. {
  1682. "name": "host-meta.json",
  1683. "description": "Schema for host-meta JDR files",
  1684. "fileMatch": ["host-meta.json"],
  1685. "url": "https://json.schemastore.org/host-meta.json"
  1686. },
  1687. {
  1688. "name": ".htmlhintrc",
  1689. "description": "HTML Hint configuration file",
  1690. "fileMatch": [".htmlhintrc"],
  1691. "url": "https://json.schemastore.org/htmlhint.json"
  1692. },
  1693. {
  1694. "name": "Ory Hydra configuration",
  1695. "description": "Schema for Ory Hydra configuration file",
  1696. "fileMatch": ["hydra.json", "hydra.yml", "hydra.yaml", "hydra.toml"],
  1697. "url": "https://raw.githubusercontent.com/ory/hydra/master/.schema/version.schema.json"
  1698. },
  1699. {
  1700. "name": "ide.host.json",
  1701. "description": "JSON schema for IDE template host file",
  1702. "fileMatch": ["ide.host.json"],
  1703. "url": "https://json.schemastore.org/ide.host.json"
  1704. },
  1705. {
  1706. "name": "imageoptimizer.json",
  1707. "description": "Schema for imageoptimizer.json files",
  1708. "fileMatch": ["imageoptimizer.json"],
  1709. "url": "https://json.schemastore.org/imageoptimizer.json"
  1710. },
  1711. {
  1712. "name": ".imgbotconfig",
  1713. "description": "Imgbot Configuration Files",
  1714. "fileMatch": [".imgbotconfig"],
  1715. "url": "https://json.schemastore.org/imgbotconfig.json"
  1716. },
  1717. {
  1718. "name": "importmap.json",
  1719. "description": "JSON schema for Import Maps files",
  1720. "fileMatch": ["importmap.json", "import_map.json", "import-map.json"],
  1721. "url": "https://json.schemastore.org/importmap.json"
  1722. },
  1723. {
  1724. "name": "ioBroker JSON UI",
  1725. "description": "Schema for ioBroker JSON-based admin user interfaces - config, custom and tabs",
  1726. "fileMatch": ["jsonConfig.json", "jsonCustom.json", "jsonTab.json"],
  1727. "url": "https://raw.githubusercontent.com/ioBroker/adapter-react-v5/main/schemas/jsonConfig.json"
  1728. },
  1729. {
  1730. "name": "ioBroker Package manifest",
  1731. "description": "Schema for ioBroker adapters io-package file",
  1732. "fileMatch": ["io-package.json"],
  1733. "url": "https://raw.githubusercontent.com/ioBroker/ioBroker.js-controller/master/schemas/io-package.json"
  1734. },
  1735. {
  1736. "name": "Jasmine",
  1737. "description": "Schema for jasmine JSON config file",
  1738. "fileMatch": ["jasmine.json"],
  1739. "url": "https://json.schemastore.org/jasmine.json"
  1740. },
  1741. {
  1742. "name": "Jekyll",
  1743. "description": "Jekyll static site generator config file schema",
  1744. "fileMatch": ["_config.yml"],
  1745. "url": "https://json.schemastore.org/jekyll.json"
  1746. },
  1747. {
  1748. "name": "Jenkins X Pipelines",
  1749. "description": "Jenkins X Pipeline YAML configuration files",
  1750. "fileMatch": ["jenkins-x*.yml"],
  1751. "url": "https://jenkins-x.io/schemas/jx-schema.json"
  1752. },
  1753. {
  1754. "name": "Jenkins X Requirements",
  1755. "description": "Jenkins X Requirements YAML configuration file",
  1756. "fileMatch": ["jx-requirements.yml"],
  1757. "url": "https://jenkins-x.io/schemas/jx-requirements.json"
  1758. },
  1759. {
  1760. "name": "JDownloader2 crawler single-rule schema",
  1761. "description": "A schema for validating a single jdownloader2 rule",
  1762. "fileMatch": ["*.jd2cr", "*.jd2cr.json"],
  1763. "url": "https://raw.githubusercontent.com/sergxerj/jdownloader2-crawler-rule-json-schema/main/jd2cr.schema.json"
  1764. },
  1765. {
  1766. "name": "JDownloader2 crawler multi-rule schema",
  1767. "description": "A schema for validating an array of jdownloader2 rules.",
  1768. "fileMatch": ["*.jd2mcr", "*.jd2mcr.json", "*.linkcrawlerrules.json"],
  1769. "url": "https://raw.githubusercontent.com/sergxerj/jdownloader2-crawler-rule-json-schema/main/jd2mcr.schema.json"
  1770. },
  1771. {
  1772. "name": "JFrog File Spec",
  1773. "description": "JFrog File Spec schema definition",
  1774. "fileMatch": ["**/filespecs/*.json", "*filespec*.json", "*.filespec"],
  1775. "url": "https://raw.githubusercontent.com/jfrog/jfrog-cli/v2/schema/filespec-schema.json"
  1776. },
  1777. {
  1778. "name": "Jovo Language Models",
  1779. "description": "JSON Schema for Jovo language Models (https://www.jovo.tech/docs/model)",
  1780. "url": "https://json.schemastore.org/jovo-language-model.json"
  1781. },
  1782. {
  1783. "name": ".jsbeautifyrc",
  1784. "description": "js-beautify configuration file",
  1785. "fileMatch": [".jsbeautifyrc"],
  1786. "url": "https://json.schemastore.org/jsbeautifyrc.json"
  1787. },
  1788. {
  1789. "name": ".jsbeautifyrc-nested",
  1790. "description": "js-beautify configuration file allowing nested `js`, `css`, and `html` attributes",
  1791. "fileMatch": [".jsbeautifyrc"],
  1792. "url": "https://json.schemastore.org/jsbeautifyrc-nested.json"
  1793. },
  1794. {
  1795. "name": ".jscsrc",
  1796. "description": "JSCS configuration file",
  1797. "fileMatch": [".jscsrc", "jscsrc.json"],
  1798. "url": "https://json.schemastore.org/jscsrc.json"
  1799. },
  1800. {
  1801. "name": ".jshintrc",
  1802. "description": "JSHint configuration file",
  1803. "fileMatch": [".jshintrc"],
  1804. "url": "https://json.schemastore.org/jshintrc.json"
  1805. },
  1806. {
  1807. "name": ".jsinspectrc",
  1808. "description": "JSInspect configuration file",
  1809. "fileMatch": [".jsinspectrc"],
  1810. "url": "https://json.schemastore.org/jsinspectrc.json"
  1811. },
  1812. {
  1813. "name": "JSON-API",
  1814. "description": "JSON API document",
  1815. "url": "https://jsonapi.org/schema"
  1816. },
  1817. {
  1818. "name": "JSON Document Transform",
  1819. "description": "JSON Document Transform",
  1820. "url": "https://json.schemastore.org/jdt.json"
  1821. },
  1822. {
  1823. "name": "JSON Feed",
  1824. "description": "JSON schema for the JSON Feed format",
  1825. "fileMatch": ["feed.json"],
  1826. "url": "https://json.schemastore.org/feed.json",
  1827. "versions": {
  1828. "1": "https://json.schemastore.org/feed-1.json",
  1829. "1.1": "https://json.schemastore.org/feed.json"
  1830. }
  1831. },
  1832. {
  1833. "name": "*.jsonld",
  1834. "description": "JSON Linked Data files",
  1835. "fileMatch": ["*.jsonld"],
  1836. "url": "https://json.schemastore.org/jsonld.json"
  1837. },
  1838. {
  1839. "name": "JSONPatch",
  1840. "description": "JSONPatch files",
  1841. "fileMatch": ["*.patch", "*.patch.json"],
  1842. "url": "https://json.schemastore.org/json-patch.json"
  1843. },
  1844. {
  1845. "name": "jsconfig.json",
  1846. "description": "JavaScript project configuration file",
  1847. "fileMatch": ["jsconfig.json"],
  1848. "url": "https://json.schemastore.org/jsconfig.json"
  1849. },
  1850. {
  1851. "name": "k3d.yaml",
  1852. "description": "k3d configuration file",
  1853. "fileMatch": [
  1854. "k3d.yaml",
  1855. "k3d.yml",
  1856. ".k3d.yml",
  1857. ".k3d.yaml",
  1858. "*.k3d.yaml",
  1859. "*.k3d.yml"
  1860. ],
  1861. "url": "https://raw.githubusercontent.com/rancher/k3d/main/pkg/config/config.versions.schema.json"
  1862. },
  1863. {
  1864. "name": "KrakenD",
  1865. "description": "KrakenD API Gateway configuration file",
  1866. "fileMatch": [
  1867. "krakend.yaml",
  1868. "krakend.yml",
  1869. "krakend.json",
  1870. "krakend.toml"
  1871. ],
  1872. "url": "https://www.krakend.io/schema/v3.json"
  1873. },
  1874. {
  1875. "name": "Datadog Service Definition",
  1876. "description": "Datadog Service Definition file",
  1877. "fileMatch": [
  1878. "service.datadog.yaml",
  1879. "service.datadog.yml",
  1880. "service.datadog.json"
  1881. ],
  1882. "url": "https://raw.githubusercontent.com/DataDog/schema/main/service-catalog/version.schema.json"
  1883. },
  1884. {
  1885. "name": "Ory Keto configuration",
  1886. "description": "Schema for Ory Keto configuration file",
  1887. "fileMatch": ["keto.json", "keto.yml", "keto.yaml", "keto.toml"],
  1888. "url": "https://raw.githubusercontent.com/ory/keto/master/.schema/version.schema.json"
  1889. },
  1890. {
  1891. "name": "kustomization.yaml",
  1892. "description": "Kubernetes native configuration management",
  1893. "fileMatch": ["kustomization.yaml", "kustomization.yml"],
  1894. "url": "https://json.schemastore.org/kustomization.json"
  1895. },
  1896. {
  1897. "name": "label-commenter-config.yml",
  1898. "description": "A JSON schema for the configuration of the Label Commenter GitHub Action",
  1899. "fileMatch": ["**/.github/label-commenter-config.yml"],
  1900. "url": "https://json.schemastore.org/label-commenter-config.json"
  1901. },
  1902. {
  1903. "name": "launchsettings.json",
  1904. "description": "A JSON schema for the ASP.NET LaunchSettings.json files",
  1905. "fileMatch": ["launchsettings.json"],
  1906. "url": "https://json.schemastore.org/launchsettings.json"
  1907. },
  1908. {
  1909. "name": "lerna.json",
  1910. "description": "A JSON schema for lerna.json files",
  1911. "fileMatch": ["lerna.json"],
  1912. "url": "https://json.schemastore.org/lerna.json"
  1913. },
  1914. {
  1915. "name": "lgtm.yml",
  1916. "description": "A JSON schema for lgtm configuration files",
  1917. "fileMatch": ["lgtm.yml", ".lgtm.yml"],
  1918. "url": "https://json.schemastore.org/lgtm.json"
  1919. },
  1920. {
  1921. "name": "libman.json",
  1922. "description": "JSON schema for client-side library config files",
  1923. "fileMatch": ["libman.json"],
  1924. "url": "https://json.schemastore.org/libman.json"
  1925. },
  1926. {
  1927. "name": "license-report-config.json",
  1928. "description": "JSON schema for license report tool configuration file",
  1929. "fileMatch": ["license-report-config.json"],
  1930. "url": "https://json.schemastore.org/license-report-config.json"
  1931. },
  1932. {
  1933. "name": "linkinator.config.json",
  1934. "description": "Linkinator config file",
  1935. "fileMatch": ["linkinator.config.json"],
  1936. "url": "https://json.schemastore.org/linkinator-config.json"
  1937. },
  1938. {
  1939. "name": "LinkML Metamodel",
  1940. "description": "LinkML metamodel file",
  1941. "fileMatch": [],
  1942. "url": "https://w3id.org/linkml/meta.schema.json"
  1943. },
  1944. {
  1945. "name": "local.settings.json",
  1946. "description": "JSON schema for Azure Functions local.settings.json files",
  1947. "fileMatch": ["local.settings.json"],
  1948. "url": "https://json.schemastore.org/local.settings.json"
  1949. },
  1950. {
  1951. "name": "localazy.json",
  1952. "description": "JSON schema for Localazy CLI configuration file. More info at https://localazy.com/docs/cli",
  1953. "fileMatch": ["localazy.json"],
  1954. "url": "https://raw.githubusercontent.com/localazy/cli-schema/master/localazy.json"
  1955. },
  1956. {
  1957. "name": "lsdlschema.json",
  1958. "description": "JSON schema for Linguistic Schema Definition Language files",
  1959. "fileMatch": ["*.lsdl.yaml", "*.lsdl.json"],
  1960. "url": "https://json.schemastore.org/lsdlschema.json"
  1961. },
  1962. {
  1963. "name": "MegaLinter configuration",
  1964. "description": "JSON schema for Mega-Linter configuration file (for Mega-Linter users)",
  1965. "fileMatch": [
  1966. ".mega-linter.yml",
  1967. ".megalinter.yml",
  1968. "*.mega-linter-config.yml",
  1969. "*.megalinter-config.yml"
  1970. ],
  1971. "url": "https://raw.githubusercontent.com/megalinter/megalinter/main/megalinter/descriptors/schemas/megalinter-configuration.jsonschema.json"
  1972. },
  1973. {
  1974. "name": "MegaLinter descriptor",
  1975. "description": "JSON schema for MegaLinter descriptor files (for MegaLinter contributors)",
  1976. "fileMatch": ["*.megalinter-descriptor.yml"],
  1977. "url": "https://raw.githubusercontent.com/megalinter/megalinter/main/megalinter/descriptors/schemas/megalinter-descriptor.jsonschema.json"
  1978. },
  1979. {
  1980. "name": "Meltano project definition",
  1981. "description": "JSON schema for Meltano project definition files",
  1982. "fileMatch": ["*meltano.yml"],
  1983. "url": "https://raw.githubusercontent.com/meltano/meltano/main/schema/meltano.schema.json"
  1984. },
  1985. {
  1986. "name": "Meltano plugin discovery definition",
  1987. "description": "JSON schema for Meltano plugin discovery definition file",
  1988. "fileMatch": ["*discovery.yml"],
  1989. "url": "https://raw.githubusercontent.com/meltano/meltano/main/schema/discovery.schema.json"
  1990. },
  1991. {
  1992. "name": "Microsoft Band Web Tile",
  1993. "description": "Microsoft Band Web Tile manifest file",
  1994. "url": "https://json.schemastore.org/band-manifest.json"
  1995. },
  1996. {
  1997. "name": "mimetypes.json",
  1998. "description": "JSON Schema for mime type collections",
  1999. "fileMatch": ["mimetypes.json"],
  2000. "url": "https://json.schemastore.org/mimetypes.json"
  2001. },
  2002. {
  2003. "name": "Minecraft Data Pack Advancement",
  2004. "description": "Configuration file defining an advancement for a data pack for Minecraft.",
  2005. "fileMatch": ["**/data/*/advancements/*.json"],
  2006. "url": "https://json.schemastore.org/minecraft-advancement.json"
  2007. },
  2008. {
  2009. "name": "Minecraft Data Pack Biome",
  2010. "description": "Configuration file defining a biome for a data pack for Minecraft.",
  2011. "fileMatch": ["**/data/*/worldgen/biome/*.json"],
  2012. "url": "https://json.schemastore.org/minecraft-biome.json"
  2013. },
  2014. {
  2015. "name": "Minecraft Data Pack Configured Carver",
  2016. "description": "Configuration file defining a configured carver for a data pack for Minecraft.",
  2017. "fileMatch": ["**/data/*/worldgen/configured_carver/*.json"],
  2018. "url": "https://json.schemastore.org/minecraft-configured-carver.json"
  2019. },
  2020. {
  2021. "name": "Minecraft Data Pack Dimension Type",
  2022. "description": "Configuration file defining a dimension type for a data pack for Minecraft.",
  2023. "fileMatch": ["**/data/*/dimension_type/*.json"],
  2024. "url": "https://json.schemastore.org/minecraft-dimension-type.json"
  2025. },
  2026. {
  2027. "name": "Minecraft Data Pack Dimension",
  2028. "description": "Configuration file defining a dimension for a data pack for Minecraft.",
  2029. "fileMatch": ["**/data/*/dimension/*.json"],
  2030. "url": "https://json.schemastore.org/minecraft-dimension.json"
  2031. },
  2032. {
  2033. "name": "Minecraft Data Pack Item Modifier",
  2034. "description": "Configuration file defining an item modifier for a data pack for Minecraft.",
  2035. "fileMatch": ["**/data/*/item_modifiers/*.json"],
  2036. "url": "https://json.schemastore.org/minecraft-item-modifier.json"
  2037. },
  2038. {
  2039. "name": "Minecraft Data Pack Loot Table",
  2040. "description": "Configuration file defining a loot table for a data pack for Minecraft.",
  2041. "fileMatch": ["**/data/*/loot_tables/**/*.json"],
  2042. "url": "https://json.schemastore.org/minecraft-loot-table.json"
  2043. },
  2044. {
  2045. "name": "Minecraft Data Pack Metadata",
  2046. "description": "Configuration file defining the metadata of a data pack for Minecraft.",
  2047. "fileMatch": ["**/pack.mcmeta"],
  2048. "url": "https://json.schemastore.org/minecraft-pack-mcmeta.json"
  2049. },
  2050. {
  2051. "name": "Minecraft Data Pack Predicate",
  2052. "description": "Configuration file defining a predicate for a data pack for Minecraft.",
  2053. "fileMatch": ["**/data/*/predicates/*.json"],
  2054. "url": "https://json.schemastore.org/minecraft-predicate.json"
  2055. },
  2056. {
  2057. "name": "Minecraft Data Pack Recipe",
  2058. "description": "Configuration file defining a recipe for a data pack for Minecraft.",
  2059. "fileMatch": ["**/data/*/recipes/*.json"],
  2060. "url": "https://json.schemastore.org/minecraft-recipe.json"
  2061. },
  2062. {
  2063. "name": "Minecraft Data Pack Template Pool",
  2064. "description": "Configuration file defining a template pool for a data pack for Minecraft.",
  2065. "fileMatch": ["**/data/*/worldgen/template_pool/*.json"],
  2066. "url": "https://json.schemastore.org/minecraft-template-pool.json"
  2067. },
  2068. {
  2069. "name": "Minecraft Resourcepack Sounds",
  2070. "description": "Configuration file defining what sounds play when sound event is triggered for a resourcepack for Minecraft.",
  2071. "fileMatch": ["**/assets/*/sounds.json"],
  2072. "url": "https://raw.githubusercontent.com/AxoCode/json-schema/master/minecraft/sounds.json"
  2073. },
  2074. {
  2075. "name": ".mocharc",
  2076. "description": "JSON schema for MochaJS configuration files",
  2077. "fileMatch": [
  2078. ".mocharc.json",
  2079. ".mocharc.jsonc",
  2080. ".mocharc.yml",
  2081. ".mocharc.yaml"
  2082. ],
  2083. "url": "https://json.schemastore.org/mocharc.json"
  2084. },
  2085. {
  2086. "name": ".modernizrrc",
  2087. "description": "Webpack modernizr-loader configuration file",
  2088. "fileMatch": [".modernizrrc"],
  2089. "url": "https://json.schemastore.org/modernizrrc.json"
  2090. },
  2091. {
  2092. "name": "mycode.json",
  2093. "description": "JSON schema for mycode.js files",
  2094. "fileMatch": ["mycode.json"],
  2095. "url": "https://json.schemastore.org/mycode.json"
  2096. },
  2097. {
  2098. "name": "napari plugin manifest",
  2099. "description": "Schema for a napari plugin manifest",
  2100. "fileMatch": ["napari.yml", "napari.yaml", ".napari.yml", ".napari.yaml"],
  2101. "url": "https://github.com/napari/npe2/releases/latest/download/schema.json"
  2102. },
  2103. {
  2104. "name": "Netlify config schema",
  2105. "description": "This schema describes the YAML config that Netlify uses",
  2106. "fileMatch": ["**/admin/config*.yml"],
  2107. "url": "https://json.schemastore.org/netlify.json"
  2108. },
  2109. {
  2110. "name": "Nightwatch.js",
  2111. "description": "nightwatch.js schema",
  2112. "fileMatch": ["nightwatch.json"],
  2113. "url": "https://json.schemastore.org/nightwatch.json"
  2114. },
  2115. {
  2116. "name": "ninjs (News in JSON) 2.0",
  2117. "description": "A JSON Schema for ninjs by the IPTC. News and publishing information. See https://iptc.org/standards/ninjs/",
  2118. "url": "https://json.schemastore.org/ninjs-2.0.json",
  2119. "versions": {
  2120. "2.0": "https://json.schemastore.org/ninjs-2.0.json"
  2121. }
  2122. },
  2123. {
  2124. "name": "ninjs (News in JSON) 1.3",
  2125. "description": "A JSON Schema for ninjs by the IPTC. News and publishing information. See https://iptc.org/standards/ninjs/",
  2126. "url": "https://json.schemastore.org/ninjs-1.3.json",
  2127. "versions": {
  2128. "1.3": "https://json.schemastore.org/ninjs-1.3.json",
  2129. "1.2": "https://json.schemastore.org/ninjs-1.2.json",
  2130. "1.1": "https://json.schemastore.org/ninjs-1.1.json",
  2131. "1.0": "https://json.schemastore.org/ninjs-1.0.json"
  2132. }
  2133. },
  2134. {
  2135. "name": "nest-cli",
  2136. "description": "A progressive Node.js framework for building efficient and scalable server-side applications 🚀.",
  2137. "url": "https://json.schemastore.org/nest-cli.json",
  2138. "fileMatch": [
  2139. ".nestcli.json",
  2140. ".nest-cli.json",
  2141. "nest-cli.json",
  2142. "nest.json"
  2143. ]
  2144. },
  2145. {
  2146. "name": "nlu.json",
  2147. "description": "Schema for NPM-Link-Up",
  2148. "fileMatch": ["nlu.json", ".nlu.json"],
  2149. "url": "https://raw.githubusercontent.com/oresoftware/npm-link-up/master/assets/nlu.schema.json"
  2150. },
  2151. {
  2152. "name": ".nodehawkrc",
  2153. "description": "JSON schema for .nodehawkrc configuration files.",
  2154. "url": "https://json.schemastore.org/nodehawkrc.json",
  2155. "fileMatch": [".nodehawkrc"]
  2156. },
  2157. {
  2158. "name": "nodemon.json",
  2159. "description": "JSON schema for nodemon.json configuration files.",
  2160. "url": "https://json.schemastore.org/nodemon.json",
  2161. "fileMatch": ["nodemon.json"]
  2162. },
  2163. {
  2164. "name": ".npmpackagejsonlintrc",
  2165. "description": "Configuration file for npm-package-json-lint",
  2166. "fileMatch": [
  2167. ".npmpackagejsonlintrc",
  2168. "npmpackagejsonlintrc.json",
  2169. ".npmpackagejsonlintrc.json"
  2170. ],
  2171. "url": "https://json.schemastore.org/npmpackagejsonlintrc.json"
  2172. },
  2173. {
  2174. "name": "npm-badges",
  2175. "description": "JSON schema for the NPM package badges.",
  2176. "url": "https://json.schemastore.org/npm-badges.json"
  2177. },
  2178. {
  2179. "name": "nuclei-template.yaml",
  2180. "description": "JSON schema for Nuclei Template YAML files.",
  2181. "url": "https://raw.githubusercontent.com/projectdiscovery/nuclei/master/nuclei-jsonschema.json",
  2182. "fileMatch": ["**/nuclei-templates/**/*.yaml"]
  2183. },
  2184. {
  2185. "name": "nuget-project.json",
  2186. "description": "JSON schema for NuGet project.json files.",
  2187. "url": "https://json.schemastore.org/nuget-project.json",
  2188. "versions": {
  2189. "3.3.0": "https://json.schemastore.org/nuget-project-3.3.0.json"
  2190. }
  2191. },
  2192. {
  2193. "name": "nswag.json",
  2194. "description": "JSON schema for nswag configuration",
  2195. "url": "https://json.schemastore.org/nswag.json",
  2196. "fileMatch": ["nswag.json"]
  2197. },
  2198. {
  2199. "name": "ntangle",
  2200. "description": "NTangle (https://github.com/Avanade/ntangle) CDC code-generation configuration.",
  2201. "url": "https://raw.githubusercontent.com/Avanade/NTangle/main/schemas/ntangle.json",
  2202. "fileMatch": [
  2203. "ntangle.yaml",
  2204. "ntangle.yml",
  2205. "ntangle.json",
  2206. "ntangle.jsn"
  2207. ]
  2208. },
  2209. {
  2210. "name": "Ory Oathkeeper configuration",
  2211. "description": "Schema for Ory Oathkeeper configuration file",
  2212. "fileMatch": [
  2213. "oathkeeper.json",
  2214. "oathkeeper.yml",
  2215. "oathkeeper.yaml",
  2216. "oathkeeper.toml"
  2217. ],
  2218. "url": "https://raw.githubusercontent.com/ory/oathkeeper/master/.schema/version.schema.json"
  2219. },
  2220. {
  2221. "name": "ocelot.json",
  2222. "description": "JSON schema for the Ocelot Api Gateway.",
  2223. "fileMatch": ["ocelot.json"],
  2224. "url": "https://json.schemastore.org/ocelot.json"
  2225. },
  2226. {
  2227. "name": "omnisharp.json",
  2228. "description": "Omnisharp Configuration file",
  2229. "fileMatch": ["omnisharp.json"],
  2230. "url": "https://json.schemastore.org/omnisharp.json"
  2231. },
  2232. {
  2233. "name": "openapi.json",
  2234. "description": "A JSON schema for Open API documentation files",
  2235. "fileMatch": ["openapi.json", "openapi.yml", "openapi.yaml"],
  2236. "url": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.1/schema.json",
  2237. "versions": {
  2238. "3.0": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.0/schema.json",
  2239. "3.1": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.1/schema.json"
  2240. }
  2241. },
  2242. {
  2243. "name": "openrpc.json",
  2244. "description": "A JSON schema for OpenRPC documents. See https://open-rpc.org for more information.",
  2245. "fileMatch": [
  2246. "openrpc.json",
  2247. "openrpc.yml",
  2248. "openrpc.yaml",
  2249. "open-rpc.json",
  2250. "open-rpc.yml",
  2251. "open-rpc.yaml"
  2252. ],
  2253. "url": "https://meta.open-rpc.org/"
  2254. },
  2255. {
  2256. "name": "openfin.json",
  2257. "description": "OpenFin application configuration file",
  2258. "url": "https://json.schemastore.org/openfin.json"
  2259. },
  2260. {
  2261. "name": "Outblocks project configuration",
  2262. "description": "JSON schema for Outblocks project configuration files",
  2263. "fileMatch": ["project.outblocks.yaml", "project.outblocks.yml"],
  2264. "url": "https://raw.githubusercontent.com/outblocks/outblocks-cli/master/schema/schema-project.json"
  2265. },
  2266. {
  2267. "name": "Outblocks App configuration",
  2268. "description": "JSON schema for Outblocks App configuration files",
  2269. "fileMatch": [
  2270. "app.outblocks.yaml",
  2271. "app.outblocks.yml",
  2272. "*.app.outblocks.yaml",
  2273. "*.app.outblocks.yml",
  2274. "outblocks.yaml",
  2275. "outblocks.yml"
  2276. ],
  2277. "url": "https://raw.githubusercontent.com/outblocks/outblocks-cli/master/schema/schema-app.json"
  2278. },
  2279. {
  2280. "name": "Outblocks database table",
  2281. "description": "JSON schema for Outblocks database table files",
  2282. "fileMatch": [
  2283. "**/database/**/*.outblocks.yaml",
  2284. "**/database/**/*.outblocks.yml"
  2285. ],
  2286. "url": "https://raw.githubusercontent.com/outblocks/outblocks-cli/master/schema/schema-table.json"
  2287. },
  2288. {
  2289. "name": "Ory Kratos configuration",
  2290. "description": "Schema for Ory Kratos configuration file",
  2291. "fileMatch": ["kratos.json", "kratos.yml", "kratos.yaml", "kratos.toml"],
  2292. "url": "https://raw.githubusercontent.com/ory/kratos/master/.schema/version.schema.json"
  2293. },
  2294. {
  2295. "name": "OSS Review Toolkit configuration",
  2296. "description": "Schema for ORT's main configuration file",
  2297. "fileMatch": ["**/.ort/config/config.yml", "**/.ort/config/config.yaml"],
  2298. "url": "https://raw.githubusercontent.com/oss-review-toolkit/ort/main/integrations/schemas/ort-configuration-schema.json"
  2299. },
  2300. {
  2301. "name": "OSS Review Toolkit curation",
  2302. "description": "Schema for ORT's curation files",
  2303. "fileMatch": [
  2304. "**/curations/**/*.yml",
  2305. "**/curations/**/*.yaml",
  2306. "curations.yml",
  2307. "curations.yaml"
  2308. ],
  2309. "url": "https://raw.githubusercontent.com/oss-review-toolkit/ort/main/integrations/schemas/curations-schema.json"
  2310. },
  2311. {
  2312. "name": "OSS Review Toolkit package configuration",
  2313. "description": "Schema for ORT's package configuration file",
  2314. "fileMatch": [
  2315. "vcs.yml",
  2316. "vcs.yaml",
  2317. "source-artifact.yml",
  2318. "source-artifact.yaml"
  2319. ],
  2320. "url": "https://raw.githubusercontent.com/oss-review-toolkit/ort/main/integrations/schemas/package-configuration-schema.json"
  2321. },
  2322. {
  2323. "name": "OSS Review Toolkit repository configuration",
  2324. "description": "Schema for ORT's repository configuration file",
  2325. "fileMatch": ["*.ort.yml", "*.ort.yaml"],
  2326. "url": "https://raw.githubusercontent.com/oss-review-toolkit/ort/main/integrations/schemas/repository-configuration-schema.json"
  2327. },
  2328. {
  2329. "name": "OSS Review Toolkit resolutions",
  2330. "description": "Schema for ORT's resolutions file",
  2331. "fileMatch": ["resolutions.yml", "resolutions.yaml"],
  2332. "url": "https://raw.githubusercontent.com/oss-review-toolkit/ort/main/integrations/schemas/resolutions-schema.json"
  2333. },
  2334. {
  2335. "name": "package.json",
  2336. "description": "NPM configuration file",
  2337. "fileMatch": ["package.json"],
  2338. "url": "https://json.schemastore.org/package.json"
  2339. },
  2340. {
  2341. "name": "package.manifest",
  2342. "description": "Umbraco package configuration file",
  2343. "fileMatch": ["package.manifest"],
  2344. "url": "https://json.schemastore.org/package.manifest.json",
  2345. "versions": {
  2346. "8.0.0": "https://json.schemastore.org/package.manifest-8.0.0.json",
  2347. "7.0.0": "https://json.schemastore.org/package.manifest-7.0.0.json"
  2348. }
  2349. },
  2350. {
  2351. "name": "Packer",
  2352. "description": "Packer template JSON configuration",
  2353. "fileMatch": ["packer.json"],
  2354. "url": "https://json.schemastore.org/packer.json"
  2355. },
  2356. {
  2357. "name": "pgap_yaml_input_reader",
  2358. "description": "NCBI Prokaryotic Genome Annotation Pipeline (PGAP) input metadata (submol) JSON/YAML configuration file",
  2359. "fileMatch": ["submol*.json", "submol*.yml", "submol*.yaml"],
  2360. "url": "https://json.schemastore.org/pgap_yaml_input_reader.json"
  2361. },
  2362. {
  2363. "name": "pattern.json",
  2364. "description": "Patternplate pattern manifest file",
  2365. "fileMatch": ["pattern.json"],
  2366. "url": "https://json.schemastore.org/pattern.json"
  2367. },
  2368. {
  2369. "name": ".pmbot.yml",
  2370. "description": "Pmbot configuration file",
  2371. "fileMatch": [".pmbot.yml"],
  2372. "url": "https://raw.githubusercontent.com/pmbot-io/config/master/pmbot.yml.schema.json"
  2373. },
  2374. {
  2375. "name": "PocketMine plugin.yml",
  2376. "description": "PocketMine plugin manifest file",
  2377. "fileMatch": ["plugin.yml"],
  2378. "url": "https://json.schemastore.org/pocketmine-plugin.json"
  2379. },
  2380. {
  2381. "name": "plagiarize.yaml",
  2382. "description": "Yaml schema for Plagiarize",
  2383. "fileMatch": ["plagiarize.yaml", "plagiarize.json"],
  2384. "versions": {
  2385. "0.0": "https://json.schemastore.org/plagiarize-0.0.json"
  2386. },
  2387. "url": "https://json.schemastore.org/plagiarize.json"
  2388. },
  2389. {
  2390. "name": "plagiarize-me.yaml",
  2391. "description": "Yaml schema for Plagiarize MEe",
  2392. "fileMatch": ["plagiarize-me.yaml", "plagiarize-me.json"],
  2393. "versions": {
  2394. "0.0": "https://json.schemastore.org/plagiarize-me-0.0.json"
  2395. },
  2396. "url": "https://json.schemastore.org/plagiarize-me.json"
  2397. },
  2398. {
  2399. "name": "portman.json",
  2400. "description": "JSON schema for Portman's configuration file",
  2401. "fileMatch": ["portman-config.json", "portman.json"],
  2402. "url": "https://raw.githubusercontent.com/apideck-libraries/portman/main/src/utils/portman-config-schema.json"
  2403. },
  2404. {
  2405. "name": ".postcssrc",
  2406. "description": "PostCSS configuration file",
  2407. "fileMatch": [
  2408. ".postcssrc",
  2409. ".postcssrc.json",
  2410. ".postcssrc.yaml",
  2411. ".postcssrc.yml"
  2412. ],
  2413. "url": "https://json.schemastore.org/postcssrc.json"
  2414. },
  2415. {
  2416. "name": ".pre-commit-config.yml",
  2417. "description": "pre-commit configuration file",
  2418. "fileMatch": [".pre-commit-config.yml", ".pre-commit-config.yaml"],
  2419. "url": "https://json.schemastore.org/pre-commit-config.json"
  2420. },
  2421. {
  2422. "name": ".pre-commit-hooks.yml",
  2423. "description": "pre-commit hooks definition file",
  2424. "fileMatch": [".pre-commit-hooks.yml", ".pre-commit-hooks.yaml"],
  2425. "url": "https://json.schemastore.org/pre-commit-hooks.json"
  2426. },
  2427. {
  2428. "name": ".phraseapp.yml",
  2429. "description": "PhraseApp configuration file",
  2430. "fileMatch": [".phraseapp.yml"],
  2431. "url": "https://json.schemastore.org/phraseapp.json"
  2432. },
  2433. {
  2434. "name": "prettierrc.json",
  2435. "description": ".prettierrc configuration file",
  2436. "fileMatch": [
  2437. ".prettierrc",
  2438. ".prettierrc.json",
  2439. ".prettierrc.yml",
  2440. ".prettierrc.yaml"
  2441. ],
  2442. "url": "https://json.schemastore.org/prettierrc.json",
  2443. "versions": {
  2444. "1.8.2": "https://json.schemastore.org/prettierrc-1.8.2.json"
  2445. }
  2446. },
  2447. {
  2448. "name": "prisma.yml",
  2449. "description": "prisma.yml service definition file",
  2450. "fileMatch": ["prisma.yml"],
  2451. "url": "https://json.schemastore.org/prisma.json"
  2452. },
  2453. {
  2454. "name": "project.json",
  2455. "description": "ASP.NET vNext project configuration file",
  2456. "fileMatch": ["project.json"],
  2457. "url": "https://json.schemastore.org/project.json",
  2458. "versions": {
  2459. "1.0.0-beta3": "https://json.schemastore.org/project-1.0.0-beta3.json",
  2460. "1.0.0-beta4": "https://json.schemastore.org/project-1.0.0-beta4.json",
  2461. "1.0.0-beta5": "https://json.schemastore.org/project-1.0.0-beta5.json",
  2462. "1.0.0-beta6": "https://json.schemastore.org/project-1.0.0-beta6.json",
  2463. "1.0.0-beta8": "https://json.schemastore.org/project-1.0.0-beta8.json",
  2464. "1.0.0-rc1": "https://json.schemastore.org/project-1.0.0-rc1.json",
  2465. "1.0.0-rc1-update1": "https://json.schemastore.org/project-1.0.0-rc1.json",
  2466. "1.0.0-rc2": "https://json.schemastore.org/project-1.0.0-rc2.json"
  2467. }
  2468. },
  2469. {
  2470. "name": "project-1.0.0-beta3.json",
  2471. "description": "ASP.NET vNext project configuration file",
  2472. "url": "https://json.schemastore.org/project-1.0.0-beta3.json"
  2473. },
  2474. {
  2475. "name": "project-1.0.0-beta4.json",
  2476. "description": "ASP.NET vNext project configuration file",
  2477. "url": "https://json.schemastore.org/project-1.0.0-beta4.json"
  2478. },
  2479. {
  2480. "name": "project-1.0.0-beta5.json",
  2481. "description": "ASP.NET vNext project configuration file",
  2482. "url": "https://json.schemastore.org/project-1.0.0-beta5.json"
  2483. },
  2484. {
  2485. "name": "project-1.0.0-beta6.json",
  2486. "description": "ASP.NET vNext project configuration file",
  2487. "url": "https://json.schemastore.org/project-1.0.0-beta6.json"
  2488. },
  2489. {
  2490. "name": "project-1.0.0-beta8.json",
  2491. "description": "ASP.NET vNext project configuration file",
  2492. "url": "https://json.schemastore.org/project-1.0.0-beta8.json"
  2493. },
  2494. {
  2495. "name": "project-1.0.0-rc1.json",
  2496. "description": "ASP.NET vNext project configuration file",
  2497. "url": "https://json.schemastore.org/project-1.0.0-rc1.json"
  2498. },
  2499. {
  2500. "name": "project-1.0.0-rc2.json",
  2501. "description": ".NET Core project configuration file",
  2502. "url": "https://json.schemastore.org/project-1.0.0-rc2.json"
  2503. },
  2504. {
  2505. "name": "prometheus.json",
  2506. "description": "Prometheus configuration file",
  2507. "fileMatch": ["prometheus.yml", "prometheus.yaml"],
  2508. "url": "https://json.schemastore.org/prometheus.json"
  2509. },
  2510. {
  2511. "name": "prometheus.rules.json",
  2512. "description": "Prometheus rules file",
  2513. "fileMatch": ["*.rules"],
  2514. "url": "https://json.schemastore.org/prometheus.rules.json"
  2515. },
  2516. {
  2517. "name": "proxies.json",
  2518. "description": "JSON schema for Azure Function Proxies proxies.json files",
  2519. "fileMatch": ["proxies.json"],
  2520. "url": "https://json.schemastore.org/proxies.json"
  2521. },
  2522. {
  2523. "name": "publiccode.yml",
  2524. "description": "JSON schema for publiccode.yml",
  2525. "fileMatch": ["publiccode.yml"],
  2526. "url": "https://json.schemastore.org/publiccode.json"
  2527. },
  2528. {
  2529. "name": "pubspec.yaml",
  2530. "description": "Schema for pubspecs, the format used by Dart's dependency manager",
  2531. "fileMatch": ["pubspec.yaml"],
  2532. "url": "https://json.schemastore.org/pubspec.json"
  2533. },
  2534. {
  2535. "name": "Pull Request Labeler",
  2536. "description": "A GitHub Action for automatically labelling pull requests",
  2537. "fileMatch": ["**/.github/labeler.yml"],
  2538. "url": "https://json.schemastore.org/pull-request-labeler.json"
  2539. },
  2540. {
  2541. "name": ".putout.json",
  2542. "description": "JSON schema for 🐊Putout configuration file",
  2543. "fileMatch": [".putout.json"],
  2544. "url": "https://json.schemastore.org/putout.json"
  2545. },
  2546. {
  2547. "name": "pyrseas-0.8.json",
  2548. "description": "Pyrseas database schema versioning for Postgres databases, v0.8",
  2549. "fileMatch": ["pyrseas-0.8.json"],
  2550. "url": "https://json.schemastore.org/pyrseas-0.8.json"
  2551. },
  2552. {
  2553. "name": "Read the Docs",
  2554. "description": "Read the Docs configuration file",
  2555. "fileMatch": [
  2556. "readthedocs.yml",
  2557. "readthedocs.yaml",
  2558. ".readthedocs.yml",
  2559. ".readthedocs.yaml"
  2560. ],
  2561. "url": "https://raw.githubusercontent.com/readthedocs/readthedocs.org/master/readthedocs/rtd_tests/fixtures/spec/v2/schema.json"
  2562. },
  2563. {
  2564. "name": "PyProject",
  2565. "description": "JSON schema for Python project metadata and configuration",
  2566. "fileMatch": ["pyproject.toml"],
  2567. "url": "https://json.schemastore.org/pyproject.json"
  2568. },
  2569. {
  2570. "name": "Red-DiscordBot Cog",
  2571. "description": "Red-DiscordBot Cog metadata file",
  2572. "fileMatch": ["info.json"],
  2573. "url": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/V3/develop/schema/red_cog.schema.json"
  2574. },
  2575. {
  2576. "name": "Red-DiscordBot Cog Repo",
  2577. "description": "Red-DiscordBot Cog Repo metadata file",
  2578. "fileMatch": ["info.json"],
  2579. "url": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/V3/develop/schema/red_cog_repo.schema.json"
  2580. },
  2581. {
  2582. "name": ".rehyperc",
  2583. "description": "A rehype configuration file",
  2584. "fileMatch": [
  2585. ".rehyperc",
  2586. ".rehyperc.json",
  2587. ".rehyperc.yaml",
  2588. ".rehyperc.yml"
  2589. ],
  2590. "url": "https://json.schemastore.org/rehyperc.json"
  2591. },
  2592. {
  2593. "name": ".remarkrc",
  2594. "description": "A remark configuration file",
  2595. "fileMatch": [
  2596. ".remarkrc",
  2597. ".remarkrc.json",
  2598. ".remarkrc.yaml",
  2599. ".remarkrc.yml"
  2600. ],
  2601. "url": "https://json.schemastore.org/remarkrc.json"
  2602. },
  2603. {
  2604. "name": "Replit schema",
  2605. "description": "Schema for replit.com, a cloud IDE and code runner",
  2606. "fileMatch": ["replit.toml"],
  2607. "url": "https://json.schemastore.org/replit.json"
  2608. },
  2609. {
  2610. "name": "*.resjson",
  2611. "description": "Windows App localization file",
  2612. "fileMatch": ["*.resjson"],
  2613. "url": "https://json.schemastore.org/resjson.json"
  2614. },
  2615. {
  2616. "name": "JSON Resume",
  2617. "description": "A JSON schema to describe a résumé.",
  2618. "fileMatch": [
  2619. "**/resume.json",
  2620. "**/*.resume.json",
  2621. "**/resume.yaml",
  2622. "**/*.resume.yaml",
  2623. "**/resume.yml",
  2624. "**/*.resume.yml"
  2625. ],
  2626. "url": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
  2627. "versions": {
  2628. "1.0.0": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json"
  2629. }
  2630. },
  2631. {
  2632. "name": "Renovate",
  2633. "description": "Renovate configuration file (https://docs.renovatebot.com/configuration-options/)",
  2634. "fileMatch": [
  2635. "renovate.json",
  2636. "renovate.json5",
  2637. "**/.github/renovate.json",
  2638. "**/.github/renovate.json5",
  2639. "**/.gitlab/renovate.json",
  2640. "**/.gitlab/renovate.json5",
  2641. ".renovaterc",
  2642. ".renovaterc.json"
  2643. ],
  2644. "url": "https://docs.renovatebot.com/renovate-schema.json"
  2645. },
  2646. {
  2647. "name": "RoadRunner",
  2648. "description": "Spiral Roadrunner config file schema",
  2649. "url": "https://cdn.jsdelivr.net/gh/roadrunner-server/roadrunner@latest/schemas/config/2.0.schema.json",
  2650. "fileMatch": [".rr*.yml", ".rr*.yaml"],
  2651. "versions": {
  2652. "1.0": "https://cdn.jsdelivr.net/gh/roadrunner-server/roadrunner@latest/schemas/config/1.0.schema.json",
  2653. "2.0": "https://cdn.jsdelivr.net/gh/roadrunner-server/roadrunner@latest/schemas/config/2.0.schema.json"
  2654. }
  2655. },
  2656. {
  2657. "name": "rustfmt",
  2658. "description": "Schema for fustfmt, a tool to format Rust code",
  2659. "fileMatch": ["rustfmt.toml"],
  2660. "url": "https://json.schemastore.org/rustfmt.json"
  2661. },
  2662. {
  2663. "name": "Rust toolchain",
  2664. "description": "A declarative schema for managing the Rust toolchain",
  2665. "fileMatch": ["rust-toolchain.toml"],
  2666. "url": "https://json.schemastore.org/rust-toolchain.json"
  2667. },
  2668. {
  2669. "name": "Sapphire CLI Config",
  2670. "description": "Scheme for Sapphire CLI Config (@sapphire/cli)",
  2671. "fileMatch": [".sapphirerc.json", ".sapphirerc.yml"],
  2672. "url": "https://raw.githubusercontent.com/sapphiredev/cli/main/templates/schemas/.sapphirerc.scheme.json"
  2673. },
  2674. {
  2675. "name": "sarif-1.0.0.json",
  2676. "description": "Static Analysis Results Interchange Format (SARIF) version 1",
  2677. "url": "https://json.schemastore.org/sarif-1.0.0.json"
  2678. },
  2679. {
  2680. "name": "sarif-2.0.0.json",
  2681. "description": "Static Analysis Results Interchange Format (SARIF) version 2",
  2682. "url": "https://json.schemastore.org/sarif-2.0.0.json"
  2683. },
  2684. {
  2685. "name": "sarif-2.1.0-rtm.2",
  2686. "description": "Static Analysis Results Format (SARIF), Version 2.1.0-rtm.2",
  2687. "url": "https://json.schemastore.org/sarif-2.1.0-rtm.2.json"
  2688. },
  2689. {
  2690. "name": "sarif-external-property-file-2.1.0-rtm.2",
  2691. "description": "Static Analysis Results Format (SARIF) External Property File Format, Version 2.1.0-rtm.2",
  2692. "url": "https://json.schemastore.org/sarif-external-property-file-2.1.0-rtm.2.json"
  2693. },
  2694. {
  2695. "name": "sarif-2.1.0-rtm.3",
  2696. "description": "Static Analysis Results Format (SARIF), Version 2.1.0-rtm.3",
  2697. "url": "https://json.schemastore.org/sarif-2.1.0-rtm.3.json"
  2698. },
  2699. {
  2700. "name": "sarif-external-property-file-2.1.0-rtm.3",
  2701. "description": "Static Analysis Results Format (SARIF) External Property File Format, Version 2.1.0-rtm.3",
  2702. "url": "https://json.schemastore.org/sarif-external-property-file-2.1.0-rtm.3.json"
  2703. },
  2704. {
  2705. "name": "sarif-2.1.0-rtm.4",
  2706. "description": "Static Analysis Results Format (SARIF), Version 2.1.0-rtm.4",
  2707. "url": "https://json.schemastore.org/sarif-2.1.0-rtm.4.json"
  2708. },
  2709. {
  2710. "name": "sarif-external-property-file-2.1.0-rtm.4",
  2711. "description": "Static Analysis Results Format (SARIF) External Property File Format, Version 2.1.0-rtm.4",
  2712. "url": "https://json.schemastore.org/sarif-external-property-file-2.1.0-rtm.4.json"
  2713. },
  2714. {
  2715. "name": "sarif-2.1.0-rtm.5",
  2716. "description": "Static Analysis Results Format (SARIF), Version 2.1.0-rtm.5",
  2717. "url": "https://json.schemastore.org/sarif-2.1.0-rtm.5.json"
  2718. },
  2719. {
  2720. "name": "sarif-external-property-file-2.1.0-rtm.5",
  2721. "description": "Static Analysis Results Format (SARIF) External Property File Format, Version 2.1.0-rtm.5",
  2722. "url": "https://json.schemastore.org/sarif-external-property-file-2.1.0-rtm.5.json"
  2723. },
  2724. {
  2725. "name": "sarif-2.1.0",
  2726. "description": "Static Analysis Results Format (SARIF), Version 2.1.0",
  2727. "url": "https://json.schemastore.org/sarif-2.1.0.json"
  2728. },
  2729. {
  2730. "name": "sarif-external-property-file-2.1.0",
  2731. "description": "Static Analysis Results Format (SARIF) External Property File Format, Version 2.1.0",
  2732. "url": "https://json.schemastore.org/sarif-external-property-file-2.1.0.json"
  2733. },
  2734. {
  2735. "name": "Schema Catalog",
  2736. "description": "JSON Schema catalog files compatible with SchemaStore.org",
  2737. "url": "https://json.schemastore.org/schema-catalog.json"
  2738. },
  2739. {
  2740. "name": "schema.org - Action",
  2741. "description": "JSON Schema for Action as defined by schema.org",
  2742. "url": "https://json.schemastore.org/schema-org-action.json"
  2743. },
  2744. {
  2745. "name": "schema.org - ContactPoint",
  2746. "description": "JSON Schema for ContactPoint as defined by schema.org",
  2747. "url": "https://json.schemastore.org/schema-org-contact-point.json"
  2748. },
  2749. {
  2750. "name": "schema.org - Place",
  2751. "description": "JSON Schema for Place as defined by schema.org",
  2752. "url": "https://json.schemastore.org/schema-org-place.json"
  2753. },
  2754. {
  2755. "name": "schema.org - Thing",
  2756. "description": "JSON Schema for Thing as defined by schema.org",
  2757. "url": "https://json.schemastore.org/schema-org-thing.json"
  2758. },
  2759. {
  2760. "name": "Scoop manifest",
  2761. "description": "Scoop bucket app manifest",
  2762. "fileMatch": ["**/bucket/**.json"],
  2763. "url": "https://raw.githubusercontent.com/lukesampson/scoop/master/schema.json"
  2764. },
  2765. {
  2766. "name": "semantic-release",
  2767. "description": "Configuration for semantic-release",
  2768. "fileMatch": [
  2769. ".releaserc",
  2770. ".releaserc.yaml",
  2771. ".releaserc.yml",
  2772. ".releaserc.json"
  2773. ],
  2774. "url": "https://json.schemastore.org/semantic-release.json"
  2775. },
  2776. {
  2777. "name": "Semgrep Rule",
  2778. "description": "Semgrep code scanning patterns and rules",
  2779. "fileMatch": [
  2780. "**/.semgrep/**.yaml",
  2781. "**/.semgrep/**.yml",
  2782. ".semgrep.yaml",
  2783. ".semgrep.yml"
  2784. ],
  2785. "url": "https://json.schemastore.org/semgrep.json"
  2786. },
  2787. {
  2788. "name": "settings.job",
  2789. "description": "Azure Webjob settings file",
  2790. "fileMatch": ["settings.job"],
  2791. "url": "https://json.schemastore.org/settings.job.json"
  2792. },
  2793. {
  2794. "name": "Settings.paf",
  2795. "description": "Qualisys Project Automation Framework settings file",
  2796. "fileMatch": ["settings.paf", "Settings.paf"],
  2797. "url": "https://raw.githubusercontent.com/qualisys/qualisys-schemas/master/paf-module.schema.json"
  2798. },
  2799. {
  2800. "name": "sfdx-hardis configuration",
  2801. "description": "Configuration file for sfdx-hardis Salesforce DX plugin",
  2802. "fileMatch": [
  2803. ".sfdx-hardis.yml",
  2804. ".sfdx-hardis.yaml",
  2805. "**/branches/.sfdx-hardis.*.yml",
  2806. "**/branches/.sfdx-hardis.*.yaml"
  2807. ],
  2808. "url": "https://raw.githubusercontent.com/hardisgroupcom/sfdx-hardis/main/config/sfdx-hardis.jsonschema.json"
  2809. },
  2810. {
  2811. "name": "SIL Kit Participant Configuration",
  2812. "description": "Configuration file for a Vector SIL Kit Participant",
  2813. "fileMatch": [
  2814. "silkit.json",
  2815. "silkit.yaml",
  2816. "*.silkit.json",
  2817. "*.silkit.yaml"
  2818. ],
  2819. "url": "https://json.schemastore.org/sil-kit-participant-configuration.json"
  2820. },
  2821. {
  2822. "name": "size-limit configuration",
  2823. "description": "Configuration file for size-limit",
  2824. "fileMatch": [".size-limit.json"],
  2825. "url": "https://json.schemastore.org/size-limit.json"
  2826. },
  2827. {
  2828. "name": "skyuxconfig.json",
  2829. "description": "SKY UX CLI configuration file",
  2830. "fileMatch": ["skyuxconfig.json", "skyuxconfig.*.json"],
  2831. "url": "https://raw.githubusercontent.com/blackbaud/skyux-config/master/skyuxconfig-schema.json"
  2832. },
  2833. {
  2834. "name": "snapcraft",
  2835. "description": "snapcraft project (https://snapcraft.io)",
  2836. "fileMatch": [".snapcraft.yaml", "snapcraft.yaml"],
  2837. "url": "https://raw.githubusercontent.com/snapcore/snapcraft/master/schema/snapcraft.json"
  2838. },
  2839. {
  2840. "name": "Solidarity",
  2841. "description": "CLI config for enforcing environment settings",
  2842. "fileMatch": [".solidarity", ".solidarity.json"],
  2843. "url": "https://json.schemastore.org/solidaritySchema.json"
  2844. },
  2845. {
  2846. "name": "Solution filters",
  2847. "description": "File that specifies which MSBuild solution to launch and which projects to load",
  2848. "fileMatch": ["*.slnf"],
  2849. "url": "https://json.schemastore.org/solution-filter.json"
  2850. },
  2851. {
  2852. "name": "Source Maps v3",
  2853. "description": "Source Map files version 3",
  2854. "fileMatch": ["*.map"],
  2855. "url": "https://json.schemastore.org/sourcemap-v3.json"
  2856. },
  2857. {
  2858. "name": "SpecIF",
  2859. "description": "The Specification Integration Facility (SpecIF) integrates partial system models from different methods and tools in a semantic net. See https://specif.de and https://github.com/GfSE.",
  2860. "url": "https://json.schemastore.org/specif-1.1.json",
  2861. "fileMatch": ["*.specif", "*.specif.json"],
  2862. "versions": {
  2863. "1.0": "https://json.schemastore.org/specif-1.0.json",
  2864. "1.1": "https://json.schemastore.org/specif-1.1.json"
  2865. }
  2866. },
  2867. {
  2868. "name": "Sponge Mixin configuration",
  2869. "description": "Configuration file for SpongePowered's Mixin library",
  2870. "fileMatch": ["*.mixins.json"],
  2871. "url": "https://json.schemastore.org/sponge-mixins.json"
  2872. },
  2873. {
  2874. "name": ".sprite files",
  2875. "description": "Schema for image sprite generation files",
  2876. "fileMatch": ["*.sprite"],
  2877. "url": "https://json.schemastore.org/sprite.json"
  2878. },
  2879. {
  2880. "name": "Azure Static Web Apps configuration file",
  2881. "description": "Documentation: https://aka.ms/swa/config-schema",
  2882. "fileMatch": ["staticwebapp.config.json"],
  2883. "url": "https://json.schemastore.org/staticwebapp.config.json"
  2884. },
  2885. {
  2886. "name": "Azure Static Web Apps CLI configuration file",
  2887. "description": "Documentation: https://github.com/Azure/static-web-apps-cli#swa-cliconfigjson-file",
  2888. "fileMatch": ["swa-cli.config.json"],
  2889. "url": "https://json.schemastore.org/swa-cli.config.json"
  2890. },
  2891. {
  2892. "name": "Stale",
  2893. "description": "Configuration file for Stale for closing abandoned issues and pull requests. See https://probot.github.io/apps/stale/.",
  2894. "fileMatch": ["**/.github/stale.yml"],
  2895. "url": "https://json.schemastore.org/stale.json"
  2896. },
  2897. {
  2898. "name": "Starship",
  2899. "description": "Configuration file for Starship. See https://starship.rs.",
  2900. "fileMatch": ["starship.toml"],
  2901. "url": "https://starship.rs/config-schema.json"
  2902. },
  2903. {
  2904. "name": "Statamic Blueprint",
  2905. "description": "A Statamic Blueprint Schema",
  2906. "fileMatch": [
  2907. "**/resources/blueprints/**/*.yml",
  2908. "**/resources/blueprints/**/*.yaml"
  2909. ],
  2910. "url": "https://raw.githubusercontent.com/Konafets/statamic-blueprint-validation/main/statamic.blueprint.schema.json"
  2911. },
  2912. {
  2913. "name": "stripe-app.json",
  2914. "description": "Stripe Apps manifest file",
  2915. "fileMatch": ["stripe-app.json"],
  2916. "url": "https://raw.githubusercontent.com/stripe/stripe-apps/main/schema/stripe-app.schema.json"
  2917. },
  2918. {
  2919. "name": "stripe-app-local.json",
  2920. "description": "Stripe Apps local manifest file",
  2921. "fileMatch": ["stripe-app.*.json"],
  2922. "url": "https://raw.githubusercontent.com/stripe/stripe-apps/main/schema/stripe-app-local.schema.json"
  2923. },
  2924. {
  2925. "name": "Stryker Mutator",
  2926. "description": "Configuration file for Stryker Mutator, the mutation testing framework for JavaScript and friends. See https://stryker-mutator.io.",
  2927. "fileMatch": ["stryker.conf.json", "stryker-*.conf.json"],
  2928. "url": "https://raw.githubusercontent.com/stryker-mutator/stryker/master/packages/api/schema/stryker-core.json"
  2929. },
  2930. {
  2931. "name": "StyleCop Analyzers Configuration",
  2932. "description": "Configuration file for StyleCop Analyzers",
  2933. "fileMatch": ["stylecop.json"],
  2934. "url": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json"
  2935. },
  2936. {
  2937. "name": ".stylelintrc",
  2938. "description": "Configuration file for stylelint",
  2939. "fileMatch": [
  2940. ".stylelintrc",
  2941. ".stylelintrc.yml",
  2942. ".stylelintrc.yaml",
  2943. ".stylelintrc.json"
  2944. ],
  2945. "url": "https://json.schemastore.org/stylelintrc.json"
  2946. },
  2947. {
  2948. "name": "SWADL",
  2949. "description": "Symphony Workflow Automation Definition Language. See https://developers.symphony.com/",
  2950. "fileMatch": ["*.swadl.yaml", "*.swadl.yml"],
  2951. "url": "https://raw.githubusercontent.com/SymphonyPlatformSolutions/symphony-wdk/master/workflow-language/src/main/resources/swadl-schema-1.0.json"
  2952. },
  2953. {
  2954. "name": "Swagger API 2.0",
  2955. "description": "Swagger API 2.0 schema",
  2956. "fileMatch": ["swagger.json"],
  2957. "url": "https://json.schemastore.org/swagger-2.0.json"
  2958. },
  2959. {
  2960. "name": "Talisman configuration",
  2961. "description": "Configuration for .talismanrc",
  2962. "fileMatch": [".talismanrc"],
  2963. "url": "https://raw.githubusercontent.com/thoughtworks/talisman/main/examples/schema-store-talismanrc.json"
  2964. },
  2965. {
  2966. "name": "Taurus",
  2967. "description": "Taurus bzt cli framework config",
  2968. "fileMatch": ["bzt.yml", "bzt.yaml", "taurus.yml", "taurus.yaml"],
  2969. "url": "https://json.schemastore.org/taurus.json"
  2970. },
  2971. {
  2972. "name": "template.json",
  2973. "description": "JSON schema .NET template files",
  2974. "fileMatch": ["**/.template.config/template.json"],
  2975. "url": "https://json.schemastore.org/template.json"
  2976. },
  2977. {
  2978. "name": "templatsources.json",
  2979. "description": "SideWaffle template source schema",
  2980. "fileMatch": ["templatesources.json"],
  2981. "url": "https://json.schemastore.org/templatesources.json"
  2982. },
  2983. {
  2984. "name": "Tikibase",
  2985. "description": "Tikibase configuration file",
  2986. "fileMatch": ["tikibase.json"],
  2987. "url": "https://raw.githubusercontent.com/kevgo/tikibase/main/doc/tikibase.schema.json"
  2988. },
  2989. {
  2990. "name": "theme.json",
  2991. "description": "WordPress block theme global settings and styles configuration file",
  2992. "fileMatch": ["theme.json"],
  2993. "url": "https://schemas.wp.org/trunk/theme.json",
  2994. "versions": {
  2995. "v1": "https://raw.githubusercontent.com/WordPress/gutenberg/b40b61fabf13a6229c616527689d9a7024f81535/schemas/json/theme.json",
  2996. "trunk": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/theme.json"
  2997. }
  2998. },
  2999. {
  3000. "name": "tizen_workspace.json",
  3001. "description": "Tizen project workspace configuration file",
  3002. "fileMatch": ["tizen_workspace.yaml"],
  3003. "url": "https://json.schemastore.org/tizen_workspace.json"
  3004. },
  3005. {
  3006. "name": "tmLanguage",
  3007. "description": "Language grammar description files in Textmate and compatible editors",
  3008. "fileMatch": ["*.tmLanguage.json"],
  3009. "url": "https://raw.githubusercontent.com/Septh/tmlanguage/master/tmLanguage.schema.json"
  3010. },
  3011. {
  3012. "name": "TestEnvironment.json",
  3013. "description": "Schema for Visual Studio's test environment config",
  3014. "fileMatch": ["testEnvironments.json"],
  3015. "url": "https://json.schemastore.org/testenvironments.json"
  3016. },
  3017. {
  3018. "name": "Turborepo",
  3019. "description": "TurboRepo, a tool for managing monorepos",
  3020. "fileMatch": ["turbo.json"],
  3021. "url": "https://turborepo.org/schema.json"
  3022. },
  3023. {
  3024. "name": ".travis.yml",
  3025. "description": "Travis CI configuration file",
  3026. "fileMatch": [".travis.yml"],
  3027. "url": "https://json.schemastore.org/travis.json"
  3028. },
  3029. {
  3030. "name": "Traefik v2",
  3031. "description": "Traefik v2 YAML configuration file",
  3032. "fileMatch": ["traefik.yml", "traefik.yaml"],
  3033. "url": "https://json.schemastore.org/traefik-v2.json"
  3034. },
  3035. {
  3036. "name": "Traefik v2 File Provider",
  3037. "description": "Traefik v2 Dynamic Configuration File Provider",
  3038. "url": "https://json.schemastore.org/traefik-v2-file-provider.json"
  3039. },
  3040. {
  3041. "name": "trunk.yaml schema",
  3042. "description": "Configuration schema for trunk, a powerful linter runner - https://docs.trunk.io",
  3043. "fileMatch": ["trunk.yaml"],
  3044. "url": "https://static.trunk.io/pub/trunk-yaml-schema.json"
  3045. },
  3046. {
  3047. "name": "tsconfig.json",
  3048. "description": "TypeScript compiler configuration file",
  3049. "fileMatch": ["tsconfig*.json"],
  3050. "url": "https://json.schemastore.org/tsconfig.json"
  3051. },
  3052. {
  3053. "name": "tsd.json",
  3054. "description": "JSON schema for DefinitelyTyped description manager (TSD)",
  3055. "fileMatch": ["tsd.json"],
  3056. "url": "https://json.schemastore.org/tsd.json"
  3057. },
  3058. {
  3059. "name": "tsdrc.json",
  3060. "description": "TypeScript Definition manager (tsd) global settings file",
  3061. "fileMatch": [".tsdrc"],
  3062. "url": "https://json.schemastore.org/tsdrc.json"
  3063. },
  3064. {
  3065. "name": "ts-force-config.json",
  3066. "description": "Generated Typescript classes for Salesforce",
  3067. "fileMatch": ["ts-force-config.json"],
  3068. "url": "https://json.schemastore.org/ts-force-config.json"
  3069. },
  3070. {
  3071. "name": "tslint.json",
  3072. "description": "TypeScript Lint configuration file",
  3073. "fileMatch": ["tslint.json", "tslint.yaml", "tslint.yml"],
  3074. "url": "https://json.schemastore.org/tslint.json"
  3075. },
  3076. {
  3077. "name": "TSON",
  3078. "description": "Schema for TSON (Tuning-Spectrum Object Notation) data",
  3079. "fileMatch": ["*.tson", "*.tson.yaml", "*.tson.yml", "*.tson.json"],
  3080. "url": "https://raw.githubusercontent.com/spectral-discord/TSON/main/schema/tson.json"
  3081. },
  3082. {
  3083. "name": "typewiz.json",
  3084. "description": "Typewiz configuration file",
  3085. "fileMatch": ["typewiz.json"],
  3086. "url": "https://json.schemastore.org/typewiz.json"
  3087. },
  3088. {
  3089. "name": "typings.json",
  3090. "description": "Typings TypeScript definitions manager definition file",
  3091. "fileMatch": ["typings.json"],
  3092. "url": "https://json.schemastore.org/typings.json"
  3093. },
  3094. {
  3095. "name": "typingsrc.json",
  3096. "description": "Typings TypeScript definitions manager configuration file",
  3097. "fileMatch": [".typingsrc"],
  3098. "url": "https://json.schemastore.org/typingsrc.json"
  3099. },
  3100. {
  3101. "name": "Ubuntu Server Autoinstall",
  3102. "description": "Settings file for Ubuntu Autoinstall",
  3103. "fileMatch": ["user-data"],
  3104. "url": "https://json.schemastore.org/ubuntu-server-autoinstall.json"
  3105. },
  3106. {
  3107. "name": "up.json",
  3108. "description": "Up configuration file",
  3109. "fileMatch": ["up.json"],
  3110. "url": "https://json.schemastore.org/up.json"
  3111. },
  3112. {
  3113. "name": "UI5 Manifest",
  3114. "description": "UI5 Manifest (manifest.json)",
  3115. "fileMatch": [
  3116. "**/webapp/manifest.json",
  3117. "**/src/main/webapp/manifest.json",
  3118. "**/src/manifest.json"
  3119. ],
  3120. "url": "https://raw.githubusercontent.com/SAP/ui5-manifest/master/schema.json"
  3121. },
  3122. {
  3123. "name": "ui5.yaml",
  3124. "description": "UI5 Tooling Configuration File (ui5.yaml)",
  3125. "fileMatch": [
  3126. "ui5.yaml",
  3127. "*-ui5.yaml",
  3128. "*.ui5.yaml",
  3129. "ui5-deploy.yaml",
  3130. "ui5-dist.yaml",
  3131. "ui5-local.yaml"
  3132. ],
  3133. "url": "https://sap.github.io/ui5-tooling/schema/ui5.yaml.json"
  3134. },
  3135. {
  3136. "name": "UTAM Page Object",
  3137. "description": "UI Test Automation Model page object - https://utam.dev/",
  3138. "fileMatch": ["*.utam.json", ".utam.json"],
  3139. "url": "https://json.schemastore.org/utam-page-object.json"
  3140. },
  3141. {
  3142. "name": "vega.json",
  3143. "description": "Vega visualization specification file",
  3144. "fileMatch": ["*.vg", "*.vg.json"],
  3145. "url": "https://json.schemastore.org/vega.json"
  3146. },
  3147. {
  3148. "name": "vega-lite.json",
  3149. "description": "Vega-Lite visualization specification file",
  3150. "fileMatch": ["*.vl", "*.vl.json"],
  3151. "url": "https://json.schemastore.org/vega-lite.json"
  3152. },
  3153. {
  3154. "name": "Vela Pipeline Configuration",
  3155. "description": "Vela Pipeline Configuration File",
  3156. "fileMatch": [".vela.yml", ".vela.yaml"],
  3157. "url": "https://github.com/go-vela/types/releases/latest/download/schema.json"
  3158. },
  3159. {
  3160. "name": "venvironment.yaml",
  3161. "description": "Simulation and test environment for Vector CANoe4SW Server Edition",
  3162. "fileMatch": [
  3163. "venvironment.yaml",
  3164. "*.venvironment.yaml",
  3165. "venvironment.yml",
  3166. "*.venvironment.yml",
  3167. "venvironment.json",
  3168. "*.venvironment.json"
  3169. ],
  3170. "url": "https://json.schemastore.org/venvironment-schema.json"
  3171. },
  3172. {
  3173. "name": "venvironment-basic.yaml",
  3174. "description": "Test environment for Vector Test Unit Runner",
  3175. "fileMatch": [
  3176. "venvironment-basic.yaml",
  3177. "*.venvironment-basic.yaml",
  3178. "venvironment-basic.yml",
  3179. "*.venvironment-basic.yml",
  3180. "venvironment-basic.json",
  3181. "*.venvironment-basic.json"
  3182. ],
  3183. "url": "https://json.schemastore.org/venvironment-basic-schema.json"
  3184. },
  3185. {
  3186. "name": "version.json",
  3187. "description": "A project version descriptor file used by Nerdbank.GitVersioning",
  3188. "fileMatch": ["version.json"],
  3189. "url": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json"
  3190. },
  3191. {
  3192. "name": "vim-addon-info",
  3193. "description": "JSON schema for vim plugin addon-info.json metadata files",
  3194. "fileMatch": ["**/*vim*/addon-info.json"],
  3195. "url": "https://json.schemastore.org/vim-addon-info.json"
  3196. },
  3197. {
  3198. "name": "vsls.json",
  3199. "description": "Visual Studio Live Share configuration file",
  3200. "fileMatch": [".vsls.json"],
  3201. "url": "https://json.schemastore.org/vsls.json"
  3202. },
  3203. {
  3204. "name": "vs-2017.3.host.json",
  3205. "description": "JSON schema for Visual Studio template host file",
  3206. "fileMatch": ["vs-2017.3.host.json"],
  3207. "url": "https://json.schemastore.org/vs-2017.3.host.json"
  3208. },
  3209. {
  3210. "name": "vs-nesting.json",
  3211. "description": "JSON schema for Visual Studio's file nesting feature",
  3212. "fileMatch": ["*.filenesting.json", ".filenesting.json"],
  3213. "url": "https://json.schemastore.org/vs-nesting.json"
  3214. },
  3215. {
  3216. "name": ".vsconfig",
  3217. "description": "JSON schema for Visual Studio component configuration files",
  3218. "fileMatch": ["*.vsconfig"],
  3219. "url": "https://json.schemastore.org/vsconfig.json"
  3220. },
  3221. {
  3222. "name": ".vsext",
  3223. "description": "JSON schema for Visual Studio extension pack manifests",
  3224. "fileMatch": ["*.vsext"],
  3225. "url": "https://json.schemastore.org/vsext.json"
  3226. },
  3227. {
  3228. "name": "VSIX CLI publishing",
  3229. "description": "JSON schema for Visual Studio extension publishing",
  3230. "fileMatch": ["vs-publish.json"],
  3231. "url": "https://json.schemastore.org/vsix-publish.json"
  3232. },
  3233. {
  3234. "name": "vss-extension.json",
  3235. "description": "JSON Schema for Azure DevOps Extensions",
  3236. "fileMatch": ["vss-extension.json"],
  3237. "url": "https://json.schemastore.org/vss-extension.json"
  3238. },
  3239. {
  3240. "name": "v8r",
  3241. "description": "v8r configuration file schema",
  3242. "fileMatch": [".v8rrc.json", ".v8rrc.yaml", ".v8rrc.yml"],
  3243. "url": "https://raw.githubusercontent.com/chris48s/v8r/main/config-schema.json"
  3244. },
  3245. {
  3246. "name": "<div>RIOTS' studio configuration",
  3247. "description": "JSON schema for the <div>RIOTS' studio configuration",
  3248. "fileMatch": ["studio.config.json"],
  3249. "url": "https://webcomponents.dev/assets2/schemas/studio.config.json"
  3250. },
  3251. {
  3252. "name": "WebExtensions",
  3253. "description": "JSON schema for WebExtension manifest files",
  3254. "fileMatch": ["manifest.json"],
  3255. "url": "https://json.schemastore.org/webextension.json"
  3256. },
  3257. {
  3258. "name": "Web App Manifest",
  3259. "description": "Web Application manifest file",
  3260. "fileMatch": ["manifest.json", "*.webmanifest"],
  3261. "url": "https://json.schemastore.org/web-manifest-combined.json"
  3262. },
  3263. {
  3264. "name": "webjobs-list.json",
  3265. "description": "Azure Webjob list file",
  3266. "fileMatch": ["webjobs-list.json"],
  3267. "url": "https://json.schemastore.org/webjobs-list.json"
  3268. },
  3269. {
  3270. "name": "webjobpublishsettings.json",
  3271. "description": "Azure Webjobs publish settings file",
  3272. "fileMatch": ["webjobpublishsettings.json"],
  3273. "url": "https://json.schemastore.org/webjob-publish-settings.json"
  3274. },
  3275. {
  3276. "name": "Web types",
  3277. "description": "JSON standard for web component libraries metadata",
  3278. "fileMatch": ["web-types.json", "*.web-types.json"],
  3279. "url": "https://json.schemastore.org/web-types.json"
  3280. },
  3281. {
  3282. "name": "JSON-stat 2.0",
  3283. "description": "JSON-stat 2.0 Schema",
  3284. "url": "https://json-stat.org/format/schema/2.0/"
  3285. },
  3286. {
  3287. "name": "KSP-AVC",
  3288. "description": "The .version file format for KSP-AVC",
  3289. "fileMatch": ["*.version"],
  3290. "url": "https://raw.githubusercontent.com/linuxgurugamer/KSPAddonVersionChecker/master/KSP-AVC.schema.json"
  3291. },
  3292. {
  3293. "name": "KSP-CKAN",
  3294. "description": "Metadata spec for KSP-CKAN",
  3295. "fileMatch": ["*.ckan"],
  3296. "url": "https://raw.githubusercontent.com/KSP-CKAN/CKAN/master/CKAN.schema"
  3297. },
  3298. {
  3299. "name": "JSON Schema Draft 4",
  3300. "description": "Meta-validation schema for JSON Schema Draft 4",
  3301. "url": "https://json-schema.org/draft-04/schema"
  3302. },
  3303. {
  3304. "name": "JSON Schema Draft 7",
  3305. "description": "Meta-validation schema for JSON Schema Draft 7",
  3306. "fileMatch": ["*.schema.json"],
  3307. "url": "https://json-schema.org/draft-07/schema"
  3308. },
  3309. {
  3310. "name": "JSON Schema Draft 8",
  3311. "description": "Meta-validation schema for JSON Schema Draft 8",
  3312. "url": "https://json-schema.org/draft/2019-09/schema"
  3313. },
  3314. {
  3315. "name": "JSON Schema Draft 2020-12",
  3316. "description": "Meta-validation schema for JSON Schema Draft 2020-12",
  3317. "url": "https://json-schema.org/draft/2020-12/schema"
  3318. },
  3319. {
  3320. "name": "xunit.runner.json",
  3321. "description": "Configuration file for unit test projects using xUnit.net",
  3322. "fileMatch": ["xunit.runner.json", "*.xunit.runner.json"],
  3323. "url": "https://json.schemastore.org/xunit.runner.schema.json",
  3324. "versions": {
  3325. "v2.2": "https://xunit.net/schema/v2.2/xunit.runner.schema.json",
  3326. "v2.3": "https://xunit.net/schema/v2.3/xunit.runner.schema.json",
  3327. "v2.4": "https://xunit.net/schema/current/xunit.runner.schema.json"
  3328. }
  3329. },
  3330. {
  3331. "name": "servicehub.service.json",
  3332. "description": "Microsoft ServiceHub Service",
  3333. "fileMatch": ["*.servicehub.service.json"],
  3334. "url": "https://json.schemastore.org/servicehub.service.schema.json"
  3335. },
  3336. {
  3337. "name": "servicehub.config.json",
  3338. "description": "Microsoft ServiceHub Configuration",
  3339. "fileMatch": ["servicehub.config.json"],
  3340. "url": "https://json.schemastore.org/servicehub.config.schema.json"
  3341. },
  3342. {
  3343. "name": ".cryproj engine-5.2",
  3344. "description": "A JSON schema for CRYENGINE projects (.cryproj files)",
  3345. "fileMatch": ["*.cryproj"],
  3346. "url": "https://json.schemastore.org/cryproj.52.schema.json"
  3347. },
  3348. {
  3349. "name": ".cryproj engine-5.3",
  3350. "description": "A JSON schema for CRYENGINE projects (.cryproj files)",
  3351. "fileMatch": ["*.cryproj"],
  3352. "url": "https://json.schemastore.org/cryproj.53.schema.json"
  3353. },
  3354. {
  3355. "name": ".cryproj engine-5.4",
  3356. "description": "A JSON schema for CRYENGINE projects (.cryproj files)",
  3357. "fileMatch": ["*.cryproj"],
  3358. "url": "https://json.schemastore.org/cryproj.54.schema.json"
  3359. },
  3360. {
  3361. "name": ".cryproj engine-5.5",
  3362. "description": "A JSON schema for CRYENGINE projects (.cryproj files)",
  3363. "fileMatch": ["*.cryproj"],
  3364. "url": "https://json.schemastore.org/cryproj.55.schema.json"
  3365. },
  3366. {
  3367. "name": ".cryproj engine-dev",
  3368. "description": "A JSON schema for CRYENGINE projects (.cryproj files)",
  3369. "fileMatch": ["*.cryproj"],
  3370. "url": "https://json.schemastore.org/cryproj.dev.schema.json"
  3371. },
  3372. {
  3373. "name": ".cryproj (generic)",
  3374. "description": "A JSON schema for CRYENGINE projects (.cryproj files)",
  3375. "fileMatch": ["*.cryproj"],
  3376. "url": "https://json.schemastore.org/cryproj.json"
  3377. },
  3378. {
  3379. "name": "typedoc.json",
  3380. "description": "A JSON schema for the Typedoc configuration file",
  3381. "fileMatch": ["typedoc.json"],
  3382. "url": "https://typedoc.org/schema.json"
  3383. },
  3384. {
  3385. "name": "tmuxinator",
  3386. "description": "Schema for tmuxinator, a tmux session manager",
  3387. "fileMatch": [
  3388. ".tmuxinator.yaml",
  3389. ".tmuxinator.yml",
  3390. "**/.tmuxinator/*.yaml",
  3391. "**/.tmuxinator/*.yml",
  3392. "**/tmuxinator/*.yaml",
  3393. "**/tmuxinator/*.yml"
  3394. ],
  3395. "url": "https://json.schemastore.org/tmuxinator.json"
  3396. },
  3397. {
  3398. "name": "huskyrc",
  3399. "description": "Husky can prevent bad `git commit`, `git push` and more 🐶 woof!",
  3400. "fileMatch": [".huskyrc", ".huskyrc.json"],
  3401. "url": "https://json.schemastore.org/huskyrc.json"
  3402. },
  3403. {
  3404. "name": ".lintstagedrc",
  3405. "description": "JSON schema for lint-staged config",
  3406. "fileMatch": [".lintstagedrc", ".lintstagedrc.json"],
  3407. "url": "https://json.schemastore.org/lintstagedrc.schema.json"
  3408. },
  3409. {
  3410. "name": "mirrord-schema",
  3411. "description": "Schema for mirrord.",
  3412. "fileMatch": ["*.mirrord.+(toml|json|y?(a)ml)"],
  3413. "url": "https://raw.githubusercontent.com/metalbear-co/mirrord/main/mirrord-schema.json"
  3414. },
  3415. {
  3416. "name": "mta.yaml",
  3417. "description": "A JSON schema for MTA projects v3.3",
  3418. "fileMatch": ["mta.yaml", "mta.yml"],
  3419. "url": "https://json.schemastore.org/mta.json"
  3420. },
  3421. {
  3422. "name": "mtad.yaml",
  3423. "description": "A JSON schema for MTA deployment descriptors v3.3",
  3424. "fileMatch": ["mtad.yaml", "mtad.yml"],
  3425. "url": "https://json.schemastore.org/mtad.json"
  3426. },
  3427. {
  3428. "name": "Motif config",
  3429. "description": "A JSON schema for a Motif config file.",
  3430. "fileMatch": ["motif.json"],
  3431. "url": "https://motif.land/api/motif.schema.json"
  3432. },
  3433. {
  3434. "name": ".mtaext",
  3435. "description": "A JSON schema for MTA extension descriptors v3.3",
  3436. "fileMatch": ["*.mtaext"],
  3437. "url": "https://json.schemastore.org/mtaext.json"
  3438. },
  3439. {
  3440. "name": "xs-app.json",
  3441. "description": "JSON schema for the SAP Application Router v8.2.2",
  3442. "fileMatch": ["xs-app.json"],
  3443. "url": "https://json.schemastore.org/xs-app.json"
  3444. },
  3445. {
  3446. "name": "Opctl",
  3447. "description": "Opctl schema for describing an op",
  3448. "url": "https://json.schemastore.org/opspec-io-0.1.7.json",
  3449. "fileMatch": ["**/.opspec/*/*.yml", "**/.opspec/*/*.yaml"]
  3450. },
  3451. {
  3452. "name": "HEMTT",
  3453. "description": "HEMTT Project File",
  3454. "url": "https://json.schemastore.org/hemtt-0.6.2.json",
  3455. "fileMatch": ["hemtt.json", "hemtt.toml"],
  3456. "versions": {
  3457. "0.6.2": "https://json.schemastore.org/hemtt-0.6.2.json"
  3458. }
  3459. },
  3460. {
  3461. "name": "now",
  3462. "description": "ZEIT Now project configuration file",
  3463. "fileMatch": ["now.json"],
  3464. "url": "https://json.schemastore.org/now.json"
  3465. },
  3466. {
  3467. "name": "taskcat",
  3468. "description": "taskcat",
  3469. "fileMatch": [".taskcat.yml"],
  3470. "url": "https://raw.githubusercontent.com/aws-quickstart/taskcat/master/taskcat/cfg/config_schema.json"
  3471. },
  3472. {
  3473. "name": "BizTalkServerApplicationSchema",
  3474. "description": "BizTalk server application inventory json file.",
  3475. "fileMatch": ["BizTalkServerInventory.json"],
  3476. "url": "https://json.schemastore.org/BizTalkServerApplicationSchema.json"
  3477. },
  3478. {
  3479. "name": "httpmockrc",
  3480. "description": "Http-mocker is a tool for mock local requests or proxy remote requests.",
  3481. "fileMatch": [".httpmockrc", ".httpmock.json"],
  3482. "url": "https://json.schemastore.org/httpmockrc.json"
  3483. },
  3484. {
  3485. "name": "neoload",
  3486. "description": "Neotys as-code load test specification, more at: https://github.com/Neotys-Labs/neoload-cli",
  3487. "fileMatch": [
  3488. ".nl.yaml",
  3489. ".nl.yml",
  3490. ".nl.json",
  3491. ".neoload.yaml",
  3492. ".neoload.yml",
  3493. ".neoload.json"
  3494. ],
  3495. "url": "https://raw.githubusercontent.com/Neotys-Labs/neoload-cli/master/resources/as-code.latest.schema.json"
  3496. },
  3497. {
  3498. "name": "release drafter",
  3499. "description": "Release Drafter configuration file",
  3500. "fileMatch": ["**/.github/release-drafter.yml"],
  3501. "url": "https://raw.githubusercontent.com/release-drafter/release-drafter/master/schema.json"
  3502. },
  3503. {
  3504. "name": "zuul",
  3505. "description": "Zuul CI configuration file",
  3506. "fileMatch": ["**/*zuul.d/*.yaml", ".zuul.yaml"],
  3507. "url": "https://json.schemastore.org/zuul.json"
  3508. },
  3509. {
  3510. "name": "Briefcase",
  3511. "description": "Microsoft Briefcase configuration file",
  3512. "fileMatch": ["briefcase.yaml"],
  3513. "url": "https://raw.githubusercontent.com/microsoft/Briefcase/master/mlbriefcase/briefcase-schema.json"
  3514. },
  3515. {
  3516. "name": "httparchive",
  3517. "description": "HTTP Archive",
  3518. "fileMatch": ["*.har"],
  3519. "url": "https://raw.githubusercontent.com/ahmadnassri/har-schema/master/lib/har.json"
  3520. },
  3521. {
  3522. "name": "jsdoc",
  3523. "description": "JSDoc configuration file",
  3524. "fileMatch": ["conf.js*", "jsdoc.js*"],
  3525. "url": "https://json.schemastore.org/jsdoc-1.0.0.json"
  3526. },
  3527. {
  3528. "name": "Ray",
  3529. "description": "Ray autocluster configuration file",
  3530. "fileMatch": ["ray-*-cluster.yaml"],
  3531. "url": "https://raw.githubusercontent.com/ray-project/ray/master/python/ray/autoscaler/ray-schema.json"
  3532. },
  3533. {
  3534. "name": "Hadolint",
  3535. "description": "A smarter Dockerfile linter that helps you build best practice Docker images.",
  3536. "fileMatch": [
  3537. ".hadolint.yaml",
  3538. "hadolint.yaml",
  3539. ".hadolint.yml",
  3540. "hadolint.yml"
  3541. ],
  3542. "url": "https://raw.githubusercontent.com/hadolint/hadolint/master/contrib/hadolint.json"
  3543. },
  3544. {
  3545. "name": "helmfile",
  3546. "description": "Helmfile is a declarative spec for deploying helm charts",
  3547. "fileMatch": ["helmfile.yaml", "**/helmfile.d/**/*.yaml"],
  3548. "url": "https://json.schemastore.org/helmfile.json"
  3549. },
  3550. {
  3551. "name": "Container Structure Test",
  3552. "description": "The Container Structure Tests provide a powerful framework to validate the structure of a container image.",
  3553. "fileMatch": ["container-structure-test.yaml", "structure-test.yaml"],
  3554. "url": "https://json.schemastore.org/container-structure-test.json"
  3555. },
  3556. {
  3557. "name": "Žinoma",
  3558. "description": "Žinoma incremental build configuration",
  3559. "fileMatch": ["zinoma.yml"],
  3560. "url": "https://github.com/fbecart/zinoma/releases/latest/download/zinoma-schema.json"
  3561. },
  3562. {
  3563. "name": "Windows Package Manager Singleton Manifest",
  3564. "description": "Windows Package Manager Singleton Manifest file",
  3565. "url": "https://json.schemastore.org/winget-pkgs-singleton-1.0.0.json",
  3566. "fileMatch": ["**/manifests/?/*/*/*/*.*.yaml"],
  3567. "versions": {
  3568. "0.1": "https://json.schemastore.org/winget-pkgs-singleton-0.1.json",
  3569. "1.0.0": "https://json.schemastore.org/winget-pkgs-singleton-1.0.0.json"
  3570. }
  3571. },
  3572. {
  3573. "name": "Windows Package Manager Installer Manifest",
  3574. "description": "Windows Package Manager Installer Manifest file, used for detailing installer specific metadata.",
  3575. "url": "https://json.schemastore.org/winget-pkgs-installer-1.0.0.json",
  3576. "fileMatch": ["**/manifests/?/*/*/*/*.*.installer.yaml"]
  3577. },
  3578. {
  3579. "name": "Windows Package Manager Locale Manifest",
  3580. "description": "Windows Package Manager Locale Manifest file, used for detailing locale specific metadata.",
  3581. "url": "https://json.schemastore.org/winget-pkgs-locale-1.0.0.json",
  3582. "fileMatch": [
  3583. "**/manifests/?/*/*/*/*.*.locale@(.en-US|fr-FR|it-IT|ja-JP|ko-KR|pt-BR|ru-RU|zh-CN|zh-TW).yaml"
  3584. ]
  3585. },
  3586. {
  3587. "name": ".commitlintrc",
  3588. "description": "JSON schema for commitlint configuration files",
  3589. "fileMatch": [".commitlintrc", ".commitlintrc.json"],
  3590. "url": "https://json.schemastore.org/commitlintrc.json"
  3591. },
  3592. {
  3593. "name": "Uniswap Token List",
  3594. "description": "A list of tokens compatible with the Uniswap Interface",
  3595. "fileMatch": ["*.tokenlist.json"],
  3596. "url": "https://uniswap.org/tokenlist.schema.json"
  3597. },
  3598. {
  3599. "name": "yamllint",
  3600. "description": "yamllint uses a set of rules to check source files for problems",
  3601. "fileMatch": ["**/.yamllint", "**/.yamllint.yaml", "**/.yamllint.yml"],
  3602. "url": "https://json.schemastore.org/yamllint.json"
  3603. },
  3604. {
  3605. "name": "Yippee-Ki-JSON configuration YML",
  3606. "description": "Action and rule configuration descriptor for Yippee-Ki-JSON transformations.",
  3607. "fileMatch": ["**/yippee-*.yml", "**/*.yippee.yml"],
  3608. "url": "https://raw.githubusercontent.com/nagyesta/yippee-ki-json/main/schema/yippee-ki-json_config_schema.json",
  3609. "versions": {
  3610. "1.1.2": "https://raw.githubusercontent.com/nagyesta/yippee-ki-json/v1.1.2/schema/yippee-ki-json_config_schema.json",
  3611. "latest": "https://raw.githubusercontent.com/nagyesta/yippee-ki-json/main/schema/yippee-ki-json_config_schema.json"
  3612. }
  3613. },
  3614. {
  3615. "name": "docker-compose.yml",
  3616. "description": "The Compose specification establishes a standard for the definition of multi-container platform-agnostic applications. ",
  3617. "fileMatch": [
  3618. "**/docker-compose.yml",
  3619. "**/docker-compose.yaml",
  3620. "**/docker-compose.*.yml",
  3621. "**/docker-compose.*.yaml",
  3622. "**/compose.yml",
  3623. "**/compose.yaml",
  3624. "**/compose.*.yml",
  3625. "**/compose.*.yaml"
  3626. ],
  3627. "url": "https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json"
  3628. },
  3629. {
  3630. "name": "devinit",
  3631. "description": "Devinit configuration file schema.",
  3632. "url": "https://json.schemastore.org/devinit.schema-6.0.json",
  3633. "fileMatch": ["devinit.json", ".devinit.json"],
  3634. "versions": {
  3635. "1.0": "https://json.schemastore.org/devinit.schema-1.0.json",
  3636. "2.0": "https://json.schemastore.org/devinit.schema-2.0.json",
  3637. "3.0": "https://json.schemastore.org/devinit.schema-3.0.json",
  3638. "4.0": "https://json.schemastore.org/devinit.schema-4.0.json",
  3639. "5.0": "https://json.schemastore.org/devinit.schema-5.0.json",
  3640. "6.0": "https://json.schemastore.org/devinit.schema-6.0.json"
  3641. }
  3642. },
  3643. {
  3644. "name": "tsoa",
  3645. "description": "JSON Schema for the tsoa configuration file",
  3646. "url": "https://json.schemastore.org/tsoa.json",
  3647. "fileMatch": ["**/tsoa.json"]
  3648. },
  3649. {
  3650. "name": "API Builder",
  3651. "description": "apibuilder.io schema",
  3652. "fileMatch": ["**/api.json"],
  3653. "url": "https://json.schemastore.org/apibuilder.json"
  3654. },
  3655. {
  3656. "name": "Gradle Enterprise",
  3657. "description": "Gradle Enterprise configuration schema",
  3658. "fileMatch": ["*gradle-enterprise.yml", "*gradle-enterprise.yaml"],
  3659. "url": "https://docs.gradle.com/enterprise/admin/schema/gradle-enterprise-config-schema-5.json",
  3660. "versions": {
  3661. "1.0": "https://docs.gradle.com/enterprise/admin/schema/gradle-enterprise-config-schema-1.json",
  3662. "2.0": "https://docs.gradle.com/enterprise/admin/schema/gradle-enterprise-config-schema-2.json",
  3663. "3.0": "https://docs.gradle.com/enterprise/admin/schema/gradle-enterprise-config-schema-3.json",
  3664. "4.0": "https://docs.gradle.com/enterprise/admin/schema/gradle-enterprise-config-schema-4.json",
  3665. "5.0": "https://docs.gradle.com/enterprise/admin/schema/gradle-enterprise-config-schema-5.json"
  3666. }
  3667. },
  3668. {
  3669. "name": "Gradle Build Cache Node",
  3670. "description": "Gradle Build Cache Node configuration schema",
  3671. "fileMatch": [
  3672. "*build-cache-node-config.yml",
  3673. "*build-cache-node-config.yaml"
  3674. ],
  3675. "url": "https://docs.gradle.com/build-cache-node/schema/build-cache-node-config-schema-5.json",
  3676. "versions": {
  3677. "1.0": "https://docs.gradle.com/build-cache-node/schema/build-cache-node-config-schema-1.json",
  3678. "2.0": "https://docs.gradle.com/build-cache-node/schema/build-cache-node-config-schema-2.json",
  3679. "3.0": "https://docs.gradle.com/build-cache-node/schema/build-cache-node-config-schema-3.json",
  3680. "4.0": "https://docs.gradle.com/build-cache-node/schema/build-cache-node-config-schema-4.json",
  3681. "5.0": "https://docs.gradle.com/build-cache-node/schema/build-cache-node-config-schema-5.json"
  3682. }
  3683. },
  3684. {
  3685. "name": ".yarnrc.yml",
  3686. "description": "JSON Schema for Yarnrc files",
  3687. "fileMatch": [".yarnrc.yml"],
  3688. "url": "https://yarnpkg.com/configuration/yarnrc.json"
  3689. },
  3690. {
  3691. "name": "beau.yml",
  3692. "description": "JSON Schema for a Beaujs Requests file.",
  3693. "fileMatch": ["beau.yml"],
  3694. "url": "https://beaujs.com/schema.json"
  3695. },
  3696. {
  3697. "name": "Better Code Hub",
  3698. "description": "Configuration file for Better Code Hub to override the default configuration.",
  3699. "fileMatch": [".bettercodehub.yml"],
  3700. "url": "https://json.schemastore.org/bettercodehub.json"
  3701. },
  3702. {
  3703. "name": "comet",
  3704. "description": "JSON Schema for a Comet Data Pipeline.",
  3705. "fileMatch": ["*.comet.yaml", "*.comet.yml"],
  3706. "url": "https://json.schemastore.org/comet.json"
  3707. },
  3708. {
  3709. "name": "swcrc",
  3710. "description": "JSON Schema for swc configuration files.",
  3711. "fileMatch": [".swcrc"],
  3712. "url": "https://json.schemastore.org/swcrc.json"
  3713. },
  3714. {
  3715. "name": "OpenWeather Road Risk API",
  3716. "description": "JSON Schema for OpenWeather Road Risk API responses.",
  3717. "fileMatch": [],
  3718. "url": "https://json.schemastore.org/openweather.roadrisk.json"
  3719. },
  3720. {
  3721. "name": "OpenWeather Current Weather API",
  3722. "description": "JSON Schema for OpenWeather Current Weather API responses.",
  3723. "fileMatch": [],
  3724. "url": "https://json.schemastore.org/openweather.current.json"
  3725. },
  3726. {
  3727. "name": "JSON-e templates",
  3728. "description": "JSON Schema for JSON-e templates.",
  3729. "fileMatch": [],
  3730. "url": "https://json.schemastore.org/jsone.json"
  3731. },
  3732. {
  3733. "name": "Taskfile YAML Schema",
  3734. "description": "JSON Schema for Taskfile files.",
  3735. "fileMatch": [
  3736. "Taskfile.yaml",
  3737. "Taskfile.dist.yaml",
  3738. "Taskfile.yml",
  3739. "Taskfile.dist.yml"
  3740. ],
  3741. "url": "https://taskfile.dev/schema.json"
  3742. },
  3743. {
  3744. "name": "Containerlab",
  3745. "description": "JSON Schema for Containerlab topology definition files.",
  3746. "fileMatch": ["*-clab.yaml", "*-clab.yml", "*.clab.yaml", "*.clab.yml"],
  3747. "url": "https://raw.githubusercontent.com/srl-labs/containerlab/main/schemas/clab.schema.json"
  3748. },
  3749. {
  3750. "name": "User Journey Map YAML Schema",
  3751. "description": "JSON Schema for user journey map definition files.",
  3752. "fileMatch": ["*.jm.yaml", "*.jm.yml"],
  3753. "url": "https://raw.githubusercontent.com/arvinxx/components/master/packages/journey-map/schema/journey-map.schema.json"
  3754. },
  3755. {
  3756. "name": "RKE Cluster Configuration YAML Schema",
  3757. "description": "YAML Schema for the cluster.yml configuration file for RKE",
  3758. "fileMatch": ["cluster.yml", "cluster.yaml"],
  3759. "url": "https://raw.githubusercontent.com/dcermak/vscode-rke-cluster-config/main/schemas/cluster.yml.json"
  3760. },
  3761. {
  3762. "name": "RKE Cluster Configuration JSON Schema",
  3763. "description": "JSON Schema for the cluster.json configuration file for RKE",
  3764. "fileMatch": ["cluster.json"],
  3765. "url": "https://raw.githubusercontent.com/dcermak/vscode-rke-cluster-config/main/schemas/cluster.json"
  3766. },
  3767. {
  3768. "name": "Liquibase",
  3769. "description": "Use this schema to get auto-suggestions for your liquibase JSON/YAML files.",
  3770. "fileMatch": [
  3771. "**/db/changelog/**/*.yaml",
  3772. "**/db/changelog/**/*.yml",
  3773. "**/db/changelog/**/*.json"
  3774. ],
  3775. "url": "https://json.schemastore.org/liquibase-3.2.json",
  3776. "versions": {
  3777. "1.0": "https://json.schemastore.org/liquibase.json",
  3778. "3.2": "https://json.schemastore.org/liquibase-3.2.json"
  3779. }
  3780. },
  3781. {
  3782. "name": "Liquibase Flow File",
  3783. "description": "Use this schema to get what objects are allowed for your liquibase flow JSON/YAML files.",
  3784. "fileMatch": ["*.flowfile.yaml", "*.flowfile.yml"],
  3785. "url": "https://www.liquibase.org/json/schema/liquibase-flow-file-latest.json"
  3786. },
  3787. {
  3788. "name": "Pipeline component",
  3789. "description": "YAML schema for the Kubeflow Pipelines' component.yaml files which describe a pipeline components. Component consists of input/output definitions and the description of the implementation which can either be a containerized command line program or a interconnected graph of tasks. See https://cloud-pipelines.github.io/links/component_authoring_documentation",
  3790. "fileMatch": [
  3791. "component.yaml",
  3792. "kfp_component.yaml",
  3793. "kfp_component.json"
  3794. ],
  3795. "url": "https://raw.githubusercontent.com/Cloud-Pipelines/component_spec_schema/stable/component_spec.json_schema.json"
  3796. },
  3797. {
  3798. "name": "skaffold.yaml",
  3799. "description": "Schema for the skaffold.yaml configuration file for Skaffold (https://skaffold.dev/)",
  3800. "fileMatch": ["skaffold.yaml", "skaffold.yml"],
  3801. "url": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/main/docs-v2/content/en/schemas/v3.json",
  3802. "versions": {
  3803. "v1alpha1": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1alpha1.json",
  3804. "v1alpha2": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1alpha2.json",
  3805. "v1alpha3": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1alpha3.json",
  3806. "v1alpha4": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1alpha4.json",
  3807. "v1alpha5": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1alpha5.json",
  3808. "v1beta1": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta1.json",
  3809. "v1beta2": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta2.json",
  3810. "v1beta3": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta3.json",
  3811. "v1beta4": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta4.json",
  3812. "v1beta5": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta5.json",
  3813. "v1beta6": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta6.json",
  3814. "v1beta7": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta7.json",
  3815. "v1beta8": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta8.json",
  3816. "v1beta9": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta9.json",
  3817. "v1beta10": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta10.json",
  3818. "v1beta11": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta11.json",
  3819. "v1beta12": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta12.json",
  3820. "v1beta13": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta13.json",
  3821. "v1beta14": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta14.json",
  3822. "v1beta15": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta15.json",
  3823. "v1beta16": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta16.json",
  3824. "v1beta17": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta17.json",
  3825. "v1": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1.json",
  3826. "v2alpha1": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2alpha1.json",
  3827. "v2alpha2": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2alpha2.json",
  3828. "v2alpha3": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2alpha3.json",
  3829. "v2alpha4": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2alpha4.json",
  3830. "v2beta1": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta1.json",
  3831. "v2beta2": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta2.json",
  3832. "v2beta3": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta3.json",
  3833. "v2beta4": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta4.json",
  3834. "v2beta5": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta5.json",
  3835. "v2beta6": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta6.json",
  3836. "v2beta7": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta7.json",
  3837. "v2beta8": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta8.json",
  3838. "v2beta9": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta9.json",
  3839. "v2beta10": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta10.json",
  3840. "v2beta11": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta11.json",
  3841. "v2beta12": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta12.json",
  3842. "v2beta13": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta13.json",
  3843. "v2beta14": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta14.json",
  3844. "v2beta15": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta15.json",
  3845. "v2beta16": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta16.json",
  3846. "v2beta17": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta17.json",
  3847. "v2beta18": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta18.json",
  3848. "v2beta19": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta19.json",
  3849. "v2beta20": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta20.json",
  3850. "v2beta21": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta21.json",
  3851. "v2beta22": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta22.json",
  3852. "v2beta23": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta23.json",
  3853. "v2beta24": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta24.json",
  3854. "v2beta25": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta25.json",
  3855. "v2beta26": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta26.json",
  3856. "v2beta27": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta27.json",
  3857. "v2beta28": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta28.json",
  3858. "v2beta29": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta29.json",
  3859. "v3": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/main/docs-v2/content/en/schemas/v3.json"
  3860. }
  3861. },
  3862. {
  3863. "name": "Markdownlint",
  3864. "description": "Markdownlint config file schema",
  3865. "fileMatch": [
  3866. ".markdownlintrc",
  3867. ".markdownlint.json",
  3868. ".markdownlint.jsonc",
  3869. ".markdownlint.yaml",
  3870. ".markdownlint.yml"
  3871. ],
  3872. "url": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json"
  3873. },
  3874. {
  3875. "name": "markdown-lint-check",
  3876. "description": "Schema for markdown-lint-check",
  3877. "fileMatch": [".markdown-lint-check.json"],
  3878. "url": "https://json.schemastore.org/markdown-lint-check.json"
  3879. },
  3880. {
  3881. "name": "SauceCTL Configuration",
  3882. "description": "JSON Schema for SauceCTL configuration files.",
  3883. "fileMatch": ["**/.sauce/*.yml"],
  3884. "url": "https://raw.githubusercontent.com/saucelabs/saucectl/main/api/saucectl.schema.json"
  3885. },
  3886. {
  3887. "name": "fulibWorkflows",
  3888. "description": "JSON Schema for fulibWorkflows",
  3889. "fileMatch": ["*.es.yaml", "*.es.yml"],
  3890. "url": "https://raw.githubusercontent.com/fujaba/fulibWorkflows/main/schemas/fulibWorkflows.schema.json"
  3891. },
  3892. {
  3893. "name": "Woodpecker pipeline config",
  3894. "description": "YAML schema for configuring Woodpecker CI",
  3895. "fileMatch": ["**/.woodpecker/**.yml", "**/.woodpecker.yml"],
  3896. "url": "https://raw.githubusercontent.com/woodpecker-ci/woodpecker/master/pipeline/schema/schema.json"
  3897. },
  3898. {
  3899. "name": "Netin Diagnostic System Template",
  3900. "description": "Device template schema",
  3901. "fileMatch": ["*.ndst.yml", "*.ndst.yaml", "*.ndst.json"],
  3902. "url": "https://s3.eu-central-1.amazonaws.com/files.netin.io/spider-schemas/template.schema.json"
  3903. },
  3904. {
  3905. "description": "YAML Schema for NOODL applications",
  3906. "fileMatch": ["*.noodl.yml"],
  3907. "name": "noodl.schema.json",
  3908. "url": "https://noodl.s3.us-west-1.amazonaws.com/noodl.schema.json"
  3909. },
  3910. {
  3911. "name": "mboats",
  3912. "description": "Schema for MBOATS Configuration",
  3913. "fileMatch": ["*.mboats.yaml", "*.mboats.yml"],
  3914. "url": "https://json.schemastore.org/mboats-config-0.2.json",
  3915. "versions": {
  3916. "0.1": "https://json.schemastore.org/mboats-config-0.1.json",
  3917. "0.2": "https://json.schemastore.org/mboats-config-0.1.json"
  3918. }
  3919. },
  3920. {
  3921. "name": "StackHawk Scanner Configuration",
  3922. "description": "Schema for StackHawk Scanner configuration files",
  3923. "fileMatch": [
  3924. "stackhawk.yml",
  3925. "stackhawk.yaml",
  3926. "stackhawk-*.yml",
  3927. "stackhawk-*.yaml"
  3928. ],
  3929. "url": "https://download.stackhawk.com/hawk/jsonschema/hawkconfig.json"
  3930. },
  3931. {
  3932. "name": "Serverless Framework Configuration",
  3933. "description": "Schema for serverless framework configuration files",
  3934. "fileMatch": ["serverless.yml"],
  3935. "url": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/reference.json"
  3936. },
  3937. {
  3938. "name": "Serverless Workflow Schema",
  3939. "description": "Schema for serverless workflows",
  3940. "fileMatch": ["*.sw.json", "*.sw.yml"],
  3941. "url": "https://raw.githubusercontent.com/serverlessworkflow/specification/main/schema/workflow.json",
  3942. "versions": {
  3943. "v0.8": "https://raw.githubusercontent.com/serverlessworkflow/specification/0.8.x/schema/workflow.json",
  3944. "v0.7": "https://raw.githubusercontent.com/serverlessworkflow/specification/0.7.x/schema/workflow.json",
  3945. "v0.6": "https://raw.githubusercontent.com/serverlessworkflow/specification/0.6.x/schema/workflow.json",
  3946. "v0.5": "https://raw.githubusercontent.com/serverlessworkflow/specification/0.5.x/schema/workflow.json"
  3947. }
  3948. },
  3949. {
  3950. "name": "Shopware 6 Configuration",
  3951. "description": "Schema for Shopware 6 custom configurations",
  3952. "fileMatch": ["shopware.yml", "shopware.yaml"],
  3953. "url": "https://raw.githubusercontent.com/shopware/platform/trunk/config-schema.json"
  3954. },
  3955. {
  3956. "name": "Shopware CLI Extension Store Configuration",
  3957. "description": "Schema for Shopware CLI Extension Store Configuration",
  3958. "fileMatch": [".shopware-extension.yml"],
  3959. "url": "https://raw.githubusercontent.com/FriendsOfShopware/shopware-cli/main/extension/shopware-extension-schema.json"
  3960. },
  3961. {
  3962. "name": "Shopware CLI Project Store Configuration",
  3963. "description": "Schema for Shopware CLI Project Store Configuration",
  3964. "fileMatch": [".shopware-project.yml"],
  3965. "url": "https://raw.githubusercontent.com/FriendsOfShopware/shopware-cli/main/shop/shopware-project-schema.json"
  3966. },
  3967. {
  3968. "name": "Qodana",
  3969. "description": "A standard qodana.yaml (or qodana.yml) format for Qodana (https://jetbrains.com/qodana) configuration.",
  3970. "fileMatch": ["qodana.yaml", "qodana.yml"],
  3971. "url": "https://json.schemastore.org/qodana-1.0.json"
  3972. },
  3973. {
  3974. "name": "Tye",
  3975. "description": "Schema for Tye configuration files",
  3976. "fileMatch": ["tye.yaml", "tye.yml"],
  3977. "url": "https://raw.githubusercontent.com/dotnet/tye/main/src/schema/tye-schema.json"
  3978. },
  3979. {
  3980. "name": "unist",
  3981. "description": "Schema for unist syntax trees",
  3982. "fileMatch": [],
  3983. "url": "https://json.schemastore.org/unist.json"
  3984. },
  3985. {
  3986. "name": "Hugo",
  3987. "description": "Hugo static site generator config file schema",
  3988. "fileMatch": [],
  3989. "url": "https://json.schemastore.org/hugo.json"
  3990. },
  3991. {
  3992. "name": "Cheatsheets",
  3993. "description": "Cheatsheets config file schema",
  3994. "fileMatch": ["conf.yml", "conf.yaml"],
  3995. "url": "https://json.schemastore.org/cheatsheets.json"
  3996. },
  3997. {
  3998. "name": "deployed-cli",
  3999. "description": "JSON schema for the deployed cli config file. \n\nSee also: https://hyhello.github.io/deployed\n\n",
  4000. "fileMatch": [
  4001. ".deployedrc",
  4002. ".deployed.json",
  4003. ".deployed.yaml",
  4004. ".deployed.yml"
  4005. ],
  4006. "url": "https://json.schemastore.org/deployed.json"
  4007. },
  4008. {
  4009. "name": "Xstate Machine Schema",
  4010. "description": "Schema for making statecharts",
  4011. "fileMatch": [],
  4012. "url": "https://raw.githubusercontent.com/statelyai/xstate/main/packages/core/src/machine.schema.json"
  4013. },
  4014. {
  4015. "name": "Butane Config",
  4016. "description": "Schema to validate butane files for Fedora CoreOS",
  4017. "fileMatch": ["*.bu"],
  4018. "url": "https://raw.githubusercontent.com/Relativ-IT/Butane-Schemas/Release/Butane-Schema.json"
  4019. },
  4020. {
  4021. "name": "Updatecli",
  4022. "description": "Schema for Updatecli manifest",
  4023. "fileMatch": [
  4024. "**/updatecli.d/**/*.yaml",
  4025. "**/updatecli.d/**/*.yml",
  4026. "updatecli.yml",
  4027. "updatecli.yaml"
  4028. ],
  4029. "url": "https://www.updatecli.io/schema/latest/config.json"
  4030. },
  4031. {
  4032. "name": "GeoJSON.json latest",
  4033. "description": "GeoJSON format for representing geographic data. Newest version from GeoJSON org.",
  4034. "url": "https://geojson.org/schema/GeoJSON.json"
  4035. },
  4036. {
  4037. "name": ".clang-format",
  4038. "description": "yaml schema for clang-format config",
  4039. "fileMatch": [".clang-format"],
  4040. "url": "https://json.schemastore.org/clang-format.json"
  4041. },
  4042. {
  4043. "name": "Estuary Flow Catalog Schema",
  4044. "description": "JSON schema for Flow catalog files. See: https://github.com/estuary/flow",
  4045. "fileMatch": ["flow.yaml", "*.flow.yaml", "flow.json", "*.flow.json"],
  4046. "url": "https://raw.githubusercontent.com/estuary/flow/master/flow.schema.json"
  4047. },
  4048. {
  4049. "name": "V2Ray",
  4050. "description": "JSON schema for V2Ray jsonv4/jsonv5 configuration format",
  4051. "fileMatch": ["**/v2ray/*.json"],
  4052. "url": "https://raw.githubusercontent.com/EHfive/v2ray-jsonschema/main/v4-config.schema.json",
  4053. "versions": {
  4054. "jsonv4": "https://raw.githubusercontent.com/EHfive/v2ray-jsonschema/main/v4-config.schema.json",
  4055. "jsonv5-preview": "https://raw.githubusercontent.com/EHfive/v2ray-jsonschema/main/v5-config.schema.json"
  4056. }
  4057. },
  4058. {
  4059. "name": "GherKing",
  4060. "description": "GherKing configuration",
  4061. "fileMatch": [
  4062. ".gherking.json",
  4063. ".gherkingrc",
  4064. ".gherking.js",
  4065. "gherking.json",
  4066. "gherking.js"
  4067. ],
  4068. "url": "https://raw.githubusercontent.com/gherking/gherking/master/schema/gherking.schema.json"
  4069. },
  4070. {
  4071. "name": "CICS TS region tagging",
  4072. "description": "JSON schema for CICS region tagging in IBM CICS Transaction Server for z/OS",
  4073. "fileMatch": ["cicstags.yaml"],
  4074. "url": "https://public.dhe.ibm.com/ibmdl/export/pub/software/htp/cics/schemas/json/cicstags.json"
  4075. },
  4076. {
  4077. "name": "CICS TS resource import",
  4078. "description": "JSON schema for resource import in IBM CICS Transaction Server for z/OS",
  4079. "fileMatch": ["*.cicsresourceimport.yaml", "*.cicsresourceimport.yml"],
  4080. "url": "https://public.dhe.ibm.com/ibmdl/export/pub/software/htp/cics/schemas/json/resourceimport.json"
  4081. },
  4082. {
  4083. "name": "CICS TS resource model",
  4084. "description": "JSON schema for resource model in IBM CICS Transaction Server for z/OS",
  4085. "fileMatch": [
  4086. "*.cicsresourcemodel.yaml",
  4087. "*.cicsresourcemodel.yml",
  4088. "*.cicsappconstraints.yaml",
  4089. "*.cicsappconstraints.yml"
  4090. ],
  4091. "url": "https://public.dhe.ibm.com/ibmdl/export/pub/software/htp/cics/schemas/json/resourcemodel.json"
  4092. },
  4093. {
  4094. "name": "CICS TS resource overrides",
  4095. "description": "JSON schema for resource overrides in IBM CICS Transaction Server for z/OS",
  4096. "fileMatch": [
  4097. "**/resourceoverrides/*.yaml",
  4098. "**/resourceoverrides/*.yml",
  4099. "*.cicsoverrides.yaml",
  4100. "*.cicsoverrides.yml"
  4101. ],
  4102. "url": "https://public.dhe.ibm.com/ibmdl/export/pub/software/htp/cics/schemas/json/resourceoverrides.json"
  4103. },
  4104. {
  4105. "name": "Webman package recipe",
  4106. "description": "YAML schema for a webman package",
  4107. "fileMatch": ["*.webman-pkg.yml"],
  4108. "url": "https://raw.githubusercontent.com/candrewlee14/webman/main/schema/pkg_schema.json"
  4109. },
  4110. {
  4111. "name": "webhint.io",
  4112. "description": "A configuration file for hint",
  4113. "fileMatch": [".hintrc"],
  4114. "url": "https://raw.githubusercontent.com/webhintio/hint/main/packages/hint/src/lib/config/config-schema.json"
  4115. },
  4116. {
  4117. "name": "AVA Configuration Schema",
  4118. "description": "Schema for configuring AVA, the Node.js test runner",
  4119. "fileMatch": ["ava.config.json"],
  4120. "url": "https://json.schemastore.org/ava.json"
  4121. },
  4122. {
  4123. "name": "Datahub Ingestion Recipe Schema",
  4124. "description": "Schema for Datahub Ingestion recipe. \n\nSee also at https://datahubproject.io/docs/metadata-ingestion\n\n",
  4125. "fileMatch": ["*.dhub.yml", "*.dhub.yaml", "*.dhub.json"],
  4126. "url": "https://datahubproject.io/schemas/datahub_ingestion_schema.json"
  4127. },
  4128. {
  4129. "name": "Quali Torque Blueprint Spec 2",
  4130. "description": "Schema for Torque bluerpint",
  4131. "fileMatch": ["**/blueprints/**.yaml"],
  4132. "url": "https://raw.githubusercontent.com/QualiTorque/torque-vs-code-extensions/master/client/schemas/blueprint-spec2-schema.json"
  4133. },
  4134. {
  4135. "name": "jscpd Configuration Schema",
  4136. "description": "Copy/paste detector for programming source code",
  4137. "fileMatch": [".jscpd.json"],
  4138. "url": "https://json.schemastore.org/jscpd.json"
  4139. },
  4140. {
  4141. "name": "Pterodactyl",
  4142. "description": "Schema for Pterodactyl, a free game server control panel",
  4143. "fileMatch": ["egg-*.json"],
  4144. "url": "https://json.schemastore.org/pterodactyl.json"
  4145. },
  4146. {
  4147. "name": "Hardware Sentry Configuration",
  4148. "description": "Hardware Sentry configuration file",
  4149. "fileMatch": ["*hws-config*.yaml", "*hws-config*.yml"],
  4150. "url": "https://json.schemastore.org/hws-config.json"
  4151. },
  4152. {
  4153. "name": "devspace.yaml",
  4154. "description": "yaml schema for devspace.yaml",
  4155. "fileMatch": ["devspace.yaml"],
  4156. "url": "https://raw.githubusercontent.com/loft-sh/devspace/main/devspace-schema.json"
  4157. },
  4158. {
  4159. "name": "Monika Configuration Schema",
  4160. "description": "Monika configuration schema file",
  4161. "fileMatch": ["*monika*.yaml", "*monika*.yml", "monika.json"],
  4162. "url": "https://json.schemastore.org/monika-config-schema.json"
  4163. },
  4164. {
  4165. "name": "Istanbul Schema",
  4166. "description": "Schema for Istanbul, a JavaScript code coverage tool",
  4167. "fileMatch": [".nycrc", ".nycrc.json", ".nycrc.yaml", ".nycrc.yml"],
  4168. "url": "https://json.schemastore.org/nycrc.json"
  4169. },
  4170. {
  4171. "name": "MongoDB Atlas Search Index Definition Schema",
  4172. "description": "Schema for MongoDB Atlas Search index",
  4173. "fileMatch": ["*-index.json"],
  4174. "url": "https://json.schemastore.org/mongodb-atlas-search-index-definition.json"
  4175. },
  4176. {
  4177. "name": "KoDE/CI build.yaml",
  4178. "description": "yaml schema for kode/ci build",
  4179. "fileMatch": ["**/.kode/*.yaml"],
  4180. "url": "https://json.schemastore.org/kode-ci-build-1.0.0.json"
  4181. },
  4182. {
  4183. "name": "Kong DBLess Schema",
  4184. "description": "yaml schema dbless configuration",
  4185. "fileMatch": ["kong.yaml", "kong.yml"],
  4186. "url": "https://json.schemastore.org/kong_json_schema.json"
  4187. },
  4188. {
  4189. "name": "Embrace Config Schema",
  4190. "description": "JSON Schema definition for the Embrace configuration file",
  4191. "fileMatch": ["embrace-config.json"],
  4192. "url": "https://json.schemastore.org/embrace-config-schema-1.0.0.json"
  4193. },
  4194. {
  4195. "name": "petstore-v1.0",
  4196. "description": "petstore yaml validation",
  4197. "fileMatch": ["petstore-v1.0.json"],
  4198. "url": "https://json.schemastore.org/petstore-v1.0.json",
  4199. "versions": {
  4200. "1.0": "https://json.schemastore.org/petstore-v1.0.json"
  4201. }
  4202. },
  4203. {
  4204. "name": "JFrog Pipelines YML DSL",
  4205. "description": "Schema for JFrog Pipelines YML based DSL schema definition",
  4206. "fileMatch": [
  4207. "**/.jfrog-pipelines/**/*.yml",
  4208. "**/.jfrog-pipelines/**/*.yaml"
  4209. ],
  4210. "url": "https://json.schemastore.org/jfrog-pipelines.json"
  4211. },
  4212. {
  4213. "name": "StrmPrivacy batch job configuration file",
  4214. "description": "StrmPrivacy derived from the BatchJob protobuf definition",
  4215. "fileMatch": ["*batch-job-config*.json", "*batch-job-config*.yaml"],
  4216. "url": "https://docs.strmprivacy.io/jsonschema/BatchJob.json",
  4217. "versions": {
  4218. "1.0": "https://docs.strmprivacy.io/jsonschema/BatchJob.json"
  4219. }
  4220. },
  4221. {
  4222. "name": "Keycloak REST API",
  4223. "description": "REST API schema for Keycloak Admin",
  4224. "url": "https://raw.githubusercontent.com/dahag-ag/keycloak-openapi/main/OpenApiDefinitions/keycloak-19.0.0.json",
  4225. "versions": {
  4226. "16.0": "https://raw.githubusercontent.com/dahag-ag/keycloak-openapi/main/OpenApiDefinitions/keycloak-16.0.json",
  4227. "17.0.1": "https://raw.githubusercontent.com/dahag-ag/keycloak-openapi/main/OpenApiDefinitions/keycloak-17.0.1.json",
  4228. "18.0.0": "https://raw.githubusercontent.com/dahag-ag/keycloak-openapi/main/OpenApiDefinitions/keycloak-18.0.0.json",
  4229. "19.0.0": "https://raw.githubusercontent.com/dahag-ag/keycloak-openapi/main/OpenApiDefinitions/keycloak-19.0.0.json"
  4230. }
  4231. },
  4232. {
  4233. "name": "ize.toml",
  4234. "description": "TOML Schema ❯ize Infra Tool",
  4235. "fileMatch": ["ize.toml"],
  4236. "url": "https://raw.githubusercontent.com/hazelops/ize/1.1.5/internal/schema/ize-spec.json",
  4237. "versions": {
  4238. "1.1.5": "https://raw.githubusercontent.com/hazelops/ize/1.1.5/internal/schema/ize-spec.json",
  4239. "1.1.4": "https://raw.githubusercontent.com/hazelops/ize/1.1.4/internal/schema/ize-spec.json"
  4240. }
  4241. },
  4242. {
  4243. "name": "Uplift",
  4244. "description": "Uplift configuration file",
  4245. "fileMatch": [".uplift.yml", ".uplift.yaml", "uplift.yml", "uplift.yaml"],
  4246. "url": "https://upliftci.dev/static/schema.json"
  4247. },
  4248. {
  4249. "name": "QueryFirst config file",
  4250. "description": "Config options for QueryFirst, SQL wrapper generator.",
  4251. "fileMatch": ["qfconfig.json"],
  4252. "url": "https://json.schemastore.org/qfconfig.json",
  4253. "versions": {
  4254. "1.0": "https://json.schemastore.org/qfconfig.json"
  4255. }
  4256. }
  4257. ],
  4258. "version": 1
  4259. }
  4260.  
Add Comment
Please, Sign In to add comment