UNPKG

@nodescript/core

Version:

Visual programming language for Browser and Node

15 lines 448 B
import { Schema } from 'airtight'; import { SchemaSpecSchema } from './SchemaSpec.js'; export const ModuleSubgraphSpecSchema = new Schema({ id: 'ModuleSubgraphSpec', type: 'object', properties: { input: { type: 'object', properties: {}, additionalProperties: SchemaSpecSchema.schema, }, output: SchemaSpecSchema.schema, } }); //# sourceMappingURL=ModuleSubgraphSpec.js.map