UNPKG

@hcikit/workflow

Version:

A workflow manager for running experiments.

71 lines (70 loc) 2.11 kB
{ "$ref": "#/definitions/ConfigurationNoGenerics", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "Configuration<alias-756138366-73956-74089-756138366-0-216469<string,unknown>>": { "additionalProperties": { "anyOf": [ {}, {} ] }, "properties": { "__INDEX__": { "$ref": "#/definitions/ExperimentIndex" }, "children": { "items": { "$ref": "#/definitions/Configuration%3Calias-756138366-73956-74089-756138366-0-216469%3Cstring%2Cunknown%3E%3E" }, "type": "array" }, "logs": { "items": { "$ref": "#/definitions/Log" }, "type": "array" }, "task": { "type": [ "string" ] }, "tasks": { "items": { "type": [ "string" ] }, "type": "array" } }, "type": "object" }, "ConfigurationNoGenerics": { "$ref": "#/definitions/Configuration%3Calias-756138366-73956-74089-756138366-0-216469%3Cstring%2Cunknown%3E%3E" }, "ExperimentIndex": { "items": { "type": "number" }, "type": "array" }, "Log": { "additionalProperties": {}, "properties": { "timestamp": { "type": "number" }, "type": { "type": "string" } }, "required": [ "timestamp", "type" ], "type": "object" } } }