Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>LoopBack 3 JSON SchemasNew to Visual Studio Code? Get it now.
LoopBack 3 JSON Schemas

LoopBack 3 JSON Schemas

sequoia

|
9,143 installs
| (1) | Free
JSONSchemas for LoopBack configuration & definition files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

This extension links some JSONSchemas to Loopback configuration files.

:information_source: Given the nature of loopback, schemas may never be 100% complete. Schemas used by this plugin can be found here.

Currently implemented schemas

  1. model-config.json
  2. model-config.json
  3. datasources.json
  4. config.json
  5. middleware.json
  6. Model definitions (/common/models/customer.json etc.)

Check the package.json.contibutes.jsonValidation for the actual configurations.

Gifs!

Code hints

The plugin prompts you as you type

demo of code hinting

Green Squiggles

If you have a mismatched type or missing property, you'll get a green squiggle underline

demo of green squiggles on problems

Ctrl+Space

Hit ctrl+space to be shown available properties

ctrl+space demo

It also works for enum types

ctrl+space demo for enumerated type

Links

You can click links to read extended documentation

clicking links from tooltip

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft