Variable signedSelectivePropertyListSchemaConst
signedSelectivePropertyListSchema: {
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: "SelectiveNodePropertyList";
};
properties: {
items: {
type: "string";
};
type: "array";
};
};
required: readonly ["@type", "properties"];
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: "SelectiveNodePropertyList";
};
properties: {
items: {
type: "string";
};
type: "array";
};
};
required: readonly ["@type", "properties"];
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: "SelectiveNodePropertyList";
};
properties: {
items: {
type: "string";
};
type: "array";
};
};
required: readonly ["@type", "properties"];
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: "SelectiveNodePropertyList";
};
properties: {
items: {
type: "string";
};
type: "array";
};
};
required: readonly ["@type", "properties"];
type: "object";
}]
Readonly
sig: {
type: "string";
}
Readonly
required: readonly ["sig", "payload"]
Readonly
type: "object"