Variable signedSelectiveNodeSchemaConst
signedSelectiveNodeSchema: {
properties: {
payload: {
allOf: readonly [{
properties: {
nodeId: {
type: "string";
};
nodeType: {
type: "string";
};
path: {
type: "string";
};
vcId: {
type: "string";
};
};
required: readonly ["vcId", "nodeId", "path"];
type: "object";
}, {
properties: {
@type: {
const: "SelectiveNode";
};
nodeDepth: {
type: "number";
};
nodeIsRoot: {
type: "boolean";
};
};
required: readonly ["@type", "nodeIsRoot", "nodeDepth"];
type: "object";
}];
};
sig: {
type: "string";
};
};
required: readonly ["sig", "payload"];
type: "object";
} = ...
Type declaration
Readonly
properties: {
payload: {
allOf: readonly [{
properties: {
nodeId: {
type: "string";
};
nodeType: {
type: "string";
};
path: {
type: "string";
};
vcId: {
type: "string";
};
};
required: readonly ["vcId", "nodeId", "path"];
type: "object";
}, {
properties: {
@type: {
const: "SelectiveNode";
};
nodeDepth: {
type: "number";
};
nodeIsRoot: {
type: "boolean";
};
};
required: readonly ["@type", "nodeIsRoot", "nodeDepth"];
type: "object";
}];
};
sig: {
type: "string";
};
}
Readonly
payload: {
allOf: readonly [{
properties: {
nodeId: {
type: "string";
};
nodeType: {
type: "string";
};
path: {
type: "string";
};
vcId: {
type: "string";
};
};
required: readonly ["vcId", "nodeId", "path"];
type: "object";
}, {
properties: {
@type: {
const: "SelectiveNode";
};
nodeDepth: {
type: "number";
};
nodeIsRoot: {
type: "boolean";
};
};
required: readonly ["@type", "nodeIsRoot", "nodeDepth"];
type: "object";
}];
}
Readonly
allOf: readonly [{
properties: {
nodeId: {
type: "string";
};
nodeType: {
type: "string";
};
path: {
type: "string";
};
vcId: {
type: "string";
};
};
required: readonly ["vcId", "nodeId", "path"];
type: "object";
}, {
properties: {
@type: {
const: "SelectiveNode";
};
nodeDepth: {
type: "number";
};
nodeIsRoot: {
type: "boolean";
};
};
required: readonly ["@type", "nodeIsRoot", "nodeDepth"];
type: "object";
}]
Readonly
sig: {
type: "string";
}
Readonly
required: readonly ["sig", "payload"]
Readonly
type: "object"