Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/json-document-transform/latest.json
Source https://www.schemastore.org/jdt.json

Validate with Lintel

npx @lintel/lintel check
Type: object

Properties

@jdt.rename object | array
@jdt.replace array | object

Replaces the current node with the given value.

2 nested properties
@jdt.path string

Use JSONPath syntax to navigate to the node where the transform should be applied.

@jdt.value string

The transformation value that should be applied.

@jdt.remove array | boolean | object | string

Removes the node with the given name from the current level.

1 nested properties
@jdt.path string

Use JSONPath syntax to navigate to the node where the transform should be applied.

@jdt.merge object | array

Merges the current node value with the given object.

2 nested properties
@jdt.path string

Use JSONPath syntax to navigate to the node where the transform should be applied.

@jdt.value string

The transformation value that should be applied.

Definitions

@jdt.path string

Use JSONPath syntax to navigate to the node where the transform should be applied.

@jdt.value string

The transformation value that should be applied.