Create the right starting document

  1. Use the current New command to create an ordinary JSON document when you are starting from data.
  2. Use the current JSON Schema template command when the task is to author a contract rather than an instance.
  3. Save the new document in the intended working folder before assigning a schema or sharing it.

Treat those exact shortcuts and template contents as product-specific.

Use a schema sample as inspection material

A library or active schema can provide a useful sample starting point, but it is not a complete contract test. Inspect required properties, nested objects, arrays, references, and constraints before treating generated data as valid for a service or a production fixture.

Prepare the working set before editing

Give each JSON instance and schema a clear filename and keep them in a folder that the team can identify later. Before opening several documents, decide which file is the data, which file is the schema, and which files are examples or references. Start with a small known set when you are confirming a current command or library workflow, and keep an unchanged copy until the result has been reviewed.

  • Open only the files needed for the immediate task.
  • Check the active tab before saving an edit.
  • Validate the intended instance against the intended schema after a meaningful change.

Open several existing documents deliberately

Use the standard open workflow or the built-in File Explorer for a known folder.

Move between open documents safely

Keep related data and schema files identifiable, save changes deliberately, and validate the intended document after an edit. The documented Help describes forward and backward document cycling.

Related tasks