getting validation errors when trying to generate atcute's codegen types from Tangled's lexicon documents
schema validation failed for "../../../lexdocs/tangled/pipeline.json"
invalid_literal at .defs.manualTriggerData.properties.inputs.items.type (expected "boolean", "integer", "string", "unknown", "bytes", "cid-link", "ref", "union" or "blob") (+ 3 other issues)
- invalid_literal at .defs.manualTriggerData.properties.inputs.items.type
- invalid_literal at .defs.workflow.properties.environment.items.type
- invalid_literal at .defs.dependencies.items.type
- invalid_literal at .defs.step.properties.environment.items.type
it seems that Tangled is attempting to define nested objects when that's explicitly not supported in lexicon documents. objects are required to be defined in the toplevel so that they would have a type identifier.
thanks for the info! the lexicon will be reworked accordingly.