@agentxm/client-core 0.2.0 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/unstable/commands/operations/disable.d.ts +2 -2
- package/dist/src/unstable/commands/operations/disable.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/enable.d.ts +2 -2
- package/dist/src/unstable/commands/operations/enable.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/install.d.ts +1 -1
- package/dist/src/unstable/commands/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/new-command.d.ts +2 -2
- package/dist/src/unstable/commands/operations/new-command.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/publish.d.ts +1 -1
- package/dist/src/unstable/commands/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/uninstall.d.ts +1 -1
- package/dist/src/unstable/commands/operations/uninstall.d.ts.map +1 -1
- package/dist/src/unstable/extensions/operations.d.ts +1 -1
- package/dist/src/unstable/extensions/operations.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/index.d.ts +39 -0
- package/dist/src/unstable/lint/catalog/index.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/index.js +49 -0
- package/dist/src/unstable/lint/catalog/index.js.map +1 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.d.ts +31 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.js +41 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.js.map +1 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-present.d.ts +18 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-present.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-present.js +41 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-present.js.map +1 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.d.ts +26 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.js +34 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/contexts.d.ts +61 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/contexts.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/contexts.js +46 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/contexts.js.map +1 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/platform.d.ts +53 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/platform.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/platform.js +90 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/platform.js.map +1 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/vft.d.ts +60 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/vft.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/vft.js +85 -0
- package/dist/src/unstable/lint/catalog/pack-accessor/vft.js.map +1 -0
- package/dist/src/unstable/lint/catalog/pack.d.ts +37 -0
- package/dist/src/unstable/lint/catalog/pack.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/pack.js +47 -0
- package/dist/src/unstable/lint/catalog/pack.js.map +1 -0
- package/dist/src/unstable/lint/catalog/shared/schema-rule.d.ts +59 -0
- package/dist/src/unstable/lint/catalog/shared/schema-rule.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/shared/schema-rule.js +99 -0
- package/dist/src/unstable/lint/catalog/shared/schema-rule.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/frontmatter-parseable.d.ts +31 -0
- package/dist/src/unstable/lint/catalog/skill/frontmatter-parseable.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/frontmatter-parseable.js +151 -0
- package/dist/src/unstable/lint/catalog/skill/frontmatter-parseable.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.d.ts +26 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.js +41 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-present.d.ts +18 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-present.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-present.js +46 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-present.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-schema-valid.d.ts +22 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-schema-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-schema-valid.js +37 -0
- package/dist/src/unstable/lint/catalog/skill/manifest-schema-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/skill-md-present.d.ts +17 -0
- package/dist/src/unstable/lint/catalog/skill/skill-md-present.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/skill-md-present.js +38 -0
- package/dist/src/unstable/lint/catalog/skill/skill-md-present.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/contexts.d.ts +65 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/contexts.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/contexts.js +50 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/contexts.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/platform.d.ts +52 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/platform.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/platform.js +89 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/platform.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/vft.d.ts +58 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/vft.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/vft.js +83 -0
- package/dist/src/unstable/lint/catalog/skill-accessor/vft.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill.d.ts +38 -0
- package/dist/src/unstable/lint/catalog/skill.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/skill.js +52 -0
- package/dist/src/unstable/lint/catalog/skill.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.d.ts +23 -0
- package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.js +75 -0
- package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/agents-recognized.d.ts +23 -0
- package/dist/src/unstable/lint/catalog/workspace/agents-recognized.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/agents-recognized.js +76 -0
- package/dist/src/unstable/lint/catalog/workspace/agents-recognized.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/empty.d.ts +18 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/empty.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/empty.js +16 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/empty.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/install-ops.d.ts +133 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/install-ops.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/install-ops.js +149 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/install-ops.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.d.ts +25 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.js +30 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/initialized.d.ts +22 -0
- package/dist/src/unstable/lint/catalog/workspace/initialized.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/initialized.js +55 -0
- package/dist/src/unstable/lint/catalog/workspace/initialized.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.d.ts +33 -0
- package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.js +125 -0
- package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.d.ts +19 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.js +145 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.d.ts +17 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.js +107 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.d.ts +22 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.js +163 -0
- package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.d.ts +28 -0
- package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.js +67 -0
- package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.d.ts +30 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.js +232 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.d.ts +26 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.js +129 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.d.ts +26 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.js +151 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.d.ts +29 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.js +149 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.d.ts +29 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.js +242 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/contexts.d.ts +141 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/contexts.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/contexts.js +123 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/contexts.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/interpret-ops.d.ts +38 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/interpret-ops.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/interpret-ops.js +311 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/interpret-ops.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/platform.d.ts +60 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/platform.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/platform.js +201 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/platform.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/test-state.d.ts +65 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/test-state.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/test-state.js +95 -0
- package/dist/src/unstable/lint/catalog/workspace-accessor/test-state.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace.d.ts +47 -0
- package/dist/src/unstable/lint/catalog/workspace.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace.js +80 -0
- package/dist/src/unstable/lint/catalog/workspace.js.map +1 -0
- package/dist/src/unstable/lint/cli.d.ts +297 -0
- package/dist/src/unstable/lint/cli.d.ts.map +1 -0
- package/dist/src/unstable/lint/cli.js +388 -0
- package/dist/src/unstable/lint/cli.js.map +1 -0
- package/dist/src/unstable/lint/compose-path.d.ts +27 -0
- package/dist/src/unstable/lint/compose-path.d.ts.map +1 -0
- package/dist/src/unstable/lint/compose-path.js +61 -0
- package/dist/src/unstable/lint/compose-path.js.map +1 -0
- package/dist/src/unstable/lint/config.d.ts +103 -0
- package/dist/src/unstable/lint/config.d.ts.map +1 -0
- package/dist/src/unstable/lint/config.js +137 -0
- package/dist/src/unstable/lint/config.js.map +1 -0
- package/dist/src/unstable/lint/context.d.ts +265 -0
- package/dist/src/unstable/lint/context.d.ts.map +1 -0
- package/dist/src/unstable/lint/context.js +21 -0
- package/dist/src/unstable/lint/context.js.map +1 -0
- package/dist/src/unstable/lint/evaluate.d.ts +68 -0
- package/dist/src/unstable/lint/evaluate.d.ts.map +1 -0
- package/dist/src/unstable/lint/evaluate.js +147 -0
- package/dist/src/unstable/lint/evaluate.js.map +1 -0
- package/dist/src/unstable/lint/index.d.ts +28 -0
- package/dist/src/unstable/lint/index.d.ts.map +1 -0
- package/dist/src/unstable/lint/index.js +35 -0
- package/dist/src/unstable/lint/index.js.map +1 -0
- package/dist/src/unstable/lint/issues-to-findings.d.ts +35 -0
- package/dist/src/unstable/lint/issues-to-findings.d.ts.map +1 -0
- package/dist/src/unstable/lint/issues-to-findings.js +97 -0
- package/dist/src/unstable/lint/issues-to-findings.js.map +1 -0
- package/dist/src/unstable/lint/rule.d.ts +139 -0
- package/dist/src/unstable/lint/rule.d.ts.map +1 -0
- package/dist/src/unstable/lint/rule.js +25 -0
- package/dist/src/unstable/lint/rule.js.map +1 -0
- package/dist/src/unstable/mcp-servers/operations/install.d.ts +1 -1
- package/dist/src/unstable/mcp-servers/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/mcp-servers/operations/publish.d.ts +1 -1
- package/dist/src/unstable/mcp-servers/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/mcp-servers/operations/uninstall.d.ts +1 -1
- package/dist/src/unstable/mcp-servers/operations/uninstall.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/add-to-pack.d.ts +2 -2
- package/dist/src/unstable/packs/operations/add-to-pack.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/install.d.ts +2 -2
- package/dist/src/unstable/packs/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/new-pack.d.ts +2 -2
- package/dist/src/unstable/packs/operations/new-pack.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/publish.d.ts +2 -2
- package/dist/src/unstable/packs/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/remove-from-pack.d.ts +2 -2
- package/dist/src/unstable/packs/operations/remove-from-pack.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/uninstall.d.ts +2 -2
- package/dist/src/unstable/packs/operations/uninstall.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/unpack.d.ts +2 -2
- package/dist/src/unstable/packs/operations/unpack.d.ts.map +1 -1
- package/dist/src/unstable/{workspace → plan}/apply-plan.d.ts +9 -0
- package/dist/src/unstable/plan/apply-plan.d.ts.map +1 -0
- package/dist/src/unstable/{workspace → plan}/apply-plan.js +10 -1
- package/dist/src/unstable/plan/apply-plan.js.map +1 -0
- package/dist/src/unstable/plan/index.d.ts +24 -0
- package/dist/src/unstable/plan/index.d.ts.map +1 -0
- package/dist/src/unstable/plan/index.js +28 -0
- package/dist/src/unstable/plan/index.js.map +1 -0
- package/dist/src/unstable/{workspace → plan}/plan.d.ts +6 -0
- package/dist/src/unstable/plan/plan.d.ts.map +1 -0
- package/dist/src/unstable/{workspace → plan}/plan.js +6 -0
- package/dist/src/unstable/plan/plan.js.map +1 -0
- package/dist/src/unstable/{workspace → plan}/resolve-plan.d.ts +30 -2
- package/dist/src/unstable/plan/resolve-plan.d.ts.map +1 -0
- package/dist/src/unstable/{workspace → plan}/resolve-plan.js +37 -6
- package/dist/src/unstable/plan/resolve-plan.js.map +1 -0
- package/dist/src/unstable/publish/manifest-policy.d.ts +8 -8
- package/dist/src/unstable/settings/index.d.ts +2 -0
- package/dist/src/unstable/settings/index.d.ts.map +1 -1
- package/dist/src/unstable/settings/index.js +1 -0
- package/dist/src/unstable/settings/index.js.map +1 -1
- package/dist/src/unstable/settings/schema.d.ts +3 -0
- package/dist/src/unstable/settings/schema.d.ts.map +1 -1
- package/dist/src/unstable/settings/schema.js +3 -0
- package/dist/src/unstable/settings/schema.js.map +1 -1
- package/dist/src/unstable/settings/settings.d.ts +10 -0
- package/dist/src/unstable/settings/settings.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/copy.d.ts +2 -2
- package/dist/src/unstable/skills/operations/copy.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/disable.d.ts +2 -2
- package/dist/src/unstable/skills/operations/disable.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/enable.d.ts +2 -2
- package/dist/src/unstable/skills/operations/enable.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/install.d.ts +2 -2
- package/dist/src/unstable/skills/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/new-skill.d.ts +2 -2
- package/dist/src/unstable/skills/operations/new-skill.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/publish.d.ts +2 -2
- package/dist/src/unstable/skills/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/rename.d.ts +2 -2
- package/dist/src/unstable/skills/operations/rename.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/uninstall.d.ts +2 -2
- package/dist/src/unstable/skills/operations/uninstall.d.ts.map +1 -1
- package/dist/src/unstable/subagents/operations/disable.d.ts +2 -2
- package/dist/src/unstable/subagents/operations/disable.d.ts.map +1 -1
- package/dist/src/unstable/subagents/operations/enable.d.ts +2 -2
- package/dist/src/unstable/subagents/operations/enable.d.ts.map +1 -1
- package/dist/src/unstable/subagents/operations/publish.d.ts +2 -2
- package/dist/src/unstable/subagents/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/workflows/install-command/workflow.d.ts +1 -1
- package/dist/src/unstable/workflows/install-command/workflow.d.ts.map +1 -1
- package/dist/src/unstable/workflows/install-command/workflow.js +1 -1
- package/dist/src/unstable/workflows/install-command/workflow.js.map +1 -1
- package/dist/src/unstable/workflows/uninstall-command/workflow.d.ts +1 -1
- package/dist/src/unstable/workflows/uninstall-command/workflow.d.ts.map +1 -1
- package/dist/src/unstable/workflows/uninstall-command/workflow.js +1 -1
- package/dist/src/unstable/workflows/uninstall-command/workflow.js.map +1 -1
- package/dist/src/unstable/workspace/augment-plan.d.ts +1 -1
- package/dist/src/unstable/workspace/augment-plan.d.ts.map +1 -1
- package/dist/src/unstable/workspace/display-plan.d.ts +1 -1
- package/dist/src/unstable/workspace/display-plan.d.ts.map +1 -1
- package/dist/src/unstable/workspace/display-plan.js.map +1 -1
- package/dist/src/unstable/workspace/index.d.ts +0 -5
- package/dist/src/unstable/workspace/index.d.ts.map +1 -1
- package/dist/src/unstable/workspace/index.js +3 -7
- package/dist/src/unstable/workspace/index.js.map +1 -1
- package/dist/src/unstable/workspace/initialization.d.ts +15 -0
- package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
- package/dist/src/unstable/workspace/paths.d.ts +0 -18
- package/dist/src/unstable/workspace/paths.d.ts.map +1 -1
- package/dist/src/unstable/workspace/paths.js +12 -2
- package/dist/src/unstable/workspace/paths.js.map +1 -1
- package/dist/src/unstable/workspace/reconciliation.d.ts +1 -1
- package/dist/src/unstable/workspace/reconciliation.d.ts.map +1 -1
- package/dist/src/unstable/workspace/scan-plan-readiness.d.ts +1 -1
- package/dist/src/unstable/workspace/scan-plan-readiness.d.ts.map +1 -1
- package/dist/src/unstable/workspace/settings-validation/types.d.ts +11 -1
- package/dist/src/unstable/workspace/settings-validation/types.d.ts.map +1 -1
- package/package.json +10 -2
- package/site-content/__generated__/schemas/axm-lock.schema.json +727 -1124
- package/site-content/__generated__/schemas/axm-package-meta.schema.json +3 -16
- package/site-content/__generated__/schemas/command.schema.json +29 -130
- package/site-content/__generated__/schemas/extension-pack.schema.json +36 -154
- package/site-content/__generated__/schemas/mcp-server.schema.json +21 -134
- package/site-content/__generated__/schemas/settings.schema.json +111 -291
- package/site-content/__generated__/schemas/skill.schema.json +23 -143
- package/dist/src/unstable/workspace/apply-plan.d.ts.map +0 -1
- package/dist/src/unstable/workspace/apply-plan.js.map +0 -1
- package/dist/src/unstable/workspace/doctor/check-def.d.ts +0 -29
- package/dist/src/unstable/workspace/doctor/check-def.d.ts.map +0 -1
- package/dist/src/unstable/workspace/doctor/check-def.js +0 -17
- package/dist/src/unstable/workspace/doctor/check-def.js.map +0 -1
- package/dist/src/unstable/workspace/doctor/checks/agents-configured.d.ts +0 -5
- package/dist/src/unstable/workspace/doctor/checks/agents-configured.d.ts.map +0 -1
- package/dist/src/unstable/workspace/doctor/checks/agents-configured.js +0 -170
- package/dist/src/unstable/workspace/doctor/checks/agents-configured.js.map +0 -1
- package/dist/src/unstable/workspace/doctor/checks/extensions-active.d.ts +0 -4
- package/dist/src/unstable/workspace/doctor/checks/extensions-active.d.ts.map +0 -1
- package/dist/src/unstable/workspace/doctor/checks/extensions-active.js +0 -238
- package/dist/src/unstable/workspace/doctor/checks/extensions-active.js.map +0 -1
- package/dist/src/unstable/workspace/doctor/checks/extensions-current.d.ts +0 -18
- package/dist/src/unstable/workspace/doctor/checks/extensions-current.d.ts.map +0 -1
- package/dist/src/unstable/workspace/doctor/checks/extensions-current.js +0 -92
- package/dist/src/unstable/workspace/doctor/checks/extensions-current.js.map +0 -1
- package/dist/src/unstable/workspace/doctor/checks/extensions-installed.d.ts +0 -5
- package/dist/src/unstable/workspace/doctor/checks/extensions-installed.d.ts.map +0 -1
- package/dist/src/unstable/workspace/doctor/checks/extensions-installed.js +0 -472
- package/dist/src/unstable/workspace/doctor/checks/extensions-installed.js.map +0 -1
- package/dist/src/unstable/workspace/doctor/checks/workspace-ready.d.ts +0 -5
- package/dist/src/unstable/workspace/doctor/checks/workspace-ready.d.ts.map +0 -1
- package/dist/src/unstable/workspace/doctor/checks/workspace-ready.js +0 -201
- package/dist/src/unstable/workspace/doctor/checks/workspace-ready.js.map +0 -1
- package/dist/src/unstable/workspace/doctor/diagnose.d.ts +0 -49
- package/dist/src/unstable/workspace/doctor/diagnose.d.ts.map +0 -1
- package/dist/src/unstable/workspace/doctor/diagnose.js +0 -78
- package/dist/src/unstable/workspace/doctor/diagnose.js.map +0 -1
- package/dist/src/unstable/workspace/doctor/index.d.ts +0 -8
- package/dist/src/unstable/workspace/doctor/index.d.ts.map +0 -1
- package/dist/src/unstable/workspace/doctor/index.js +0 -6
- package/dist/src/unstable/workspace/doctor/index.js.map +0 -1
- package/dist/src/unstable/workspace/doctor/rollup.d.ts +0 -4
- package/dist/src/unstable/workspace/doctor/rollup.d.ts.map +0 -1
- package/dist/src/unstable/workspace/doctor/rollup.js +0 -28
- package/dist/src/unstable/workspace/doctor/rollup.js.map +0 -1
- package/dist/src/unstable/workspace/doctor/runner.d.ts +0 -6
- package/dist/src/unstable/workspace/doctor/runner.d.ts.map +0 -1
- package/dist/src/unstable/workspace/doctor/runner.js +0 -179
- package/dist/src/unstable/workspace/doctor/runner.js.map +0 -1
- package/dist/src/unstable/workspace/doctor/types.d.ts +0 -127
- package/dist/src/unstable/workspace/doctor/types.d.ts.map +0 -1
- package/dist/src/unstable/workspace/doctor/types.js +0 -60
- package/dist/src/unstable/workspace/doctor/types.js.map +0 -1
- package/dist/src/unstable/workspace/plan.d.ts.map +0 -1
- package/dist/src/unstable/workspace/plan.js.map +0 -1
- package/dist/src/unstable/workspace/resolve-plan.d.ts.map +0 -1
- package/dist/src/unstable/workspace/resolve-plan.js.map +0 -1
- package/dist/src/unstable/workspace/sync.d.ts +0 -17
- package/dist/src/unstable/workspace/sync.d.ts.map +0 -1
- package/dist/src/unstable/workspace/sync.js +0 -142
- package/dist/src/unstable/workspace/sync.js.map +0 -1
|
@@ -2,22 +2,8 @@
|
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
3
|
"$ref": "#/definitions/Lockfile",
|
|
4
4
|
"definitions": {
|
|
5
|
-
"SourceSegment": {
|
|
6
|
-
|
|
7
|
-
"allOf": [
|
|
8
|
-
{
|
|
9
|
-
"minLength": 1
|
|
10
|
-
}
|
|
11
|
-
]
|
|
12
|
-
},
|
|
13
|
-
"IsoDateTimeString": {
|
|
14
|
-
"type": "string",
|
|
15
|
-
"allOf": [
|
|
16
|
-
{
|
|
17
|
-
"minLength": 1
|
|
18
|
-
}
|
|
19
|
-
]
|
|
20
|
-
},
|
|
5
|
+
"SourceSegment": { "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
6
|
+
"IsoDateTimeString": { "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
21
7
|
"Handle": {
|
|
22
8
|
"type": "string",
|
|
23
9
|
"allOf": [
|
|
@@ -29,57 +15,34 @@
|
|
|
29
15
|
}
|
|
30
16
|
]
|
|
31
17
|
},
|
|
32
|
-
"ExtensionName": {
|
|
33
|
-
|
|
34
|
-
},
|
|
35
|
-
"ExactSemverVersion": {
|
|
36
|
-
"type": "string"
|
|
37
|
-
},
|
|
18
|
+
"ExtensionName": { "type": "string" },
|
|
19
|
+
"ExactSemverVersion": { "type": "string" },
|
|
38
20
|
"ExtensionPackLockEntry": {
|
|
39
21
|
"type": "object",
|
|
40
22
|
"properties": {
|
|
41
|
-
"type": {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
},
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
},
|
|
48
|
-
"
|
|
49
|
-
"$ref": "#/definitions/ExtensionName"
|
|
50
|
-
},
|
|
51
|
-
"resolvedVersion": {
|
|
52
|
-
"$ref": "#/definitions/ExactSemverVersion"
|
|
53
|
-
},
|
|
54
|
-
"integrity": {
|
|
55
|
-
"type": "string"
|
|
56
|
-
},
|
|
57
|
-
"sourceName": {
|
|
58
|
-
"type": "string"
|
|
59
|
-
},
|
|
60
|
-
"installedAt": {
|
|
61
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
62
|
-
},
|
|
63
|
-
"updatedAt": {
|
|
64
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
65
|
-
},
|
|
23
|
+
"type": { "type": "string", "enum": ["registry"] },
|
|
24
|
+
"owner": { "$ref": "#/definitions/Handle" },
|
|
25
|
+
"name": { "$ref": "#/definitions/ExtensionName" },
|
|
26
|
+
"resolvedVersion": { "$ref": "#/definitions/ExactSemverVersion" },
|
|
27
|
+
"integrity": { "type": "string" },
|
|
28
|
+
"sourceName": { "type": "string" },
|
|
29
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
30
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
66
31
|
"resolvedSkills": {
|
|
67
32
|
"type": "object",
|
|
68
|
-
"additionalProperties": {
|
|
69
|
-
"$ref": "#/definitions/ExactSemverVersion"
|
|
70
|
-
}
|
|
33
|
+
"additionalProperties": { "$ref": "#/definitions/ExactSemverVersion" }
|
|
71
34
|
},
|
|
72
35
|
"resolvedCommands": {
|
|
73
36
|
"type": "object",
|
|
74
|
-
"additionalProperties": {
|
|
75
|
-
"$ref": "#/definitions/ExactSemverVersion"
|
|
76
|
-
}
|
|
37
|
+
"additionalProperties": { "$ref": "#/definitions/ExactSemverVersion" }
|
|
77
38
|
},
|
|
78
39
|
"resolvedMcpServers": {
|
|
79
40
|
"type": "object",
|
|
80
|
-
"additionalProperties": {
|
|
81
|
-
|
|
82
|
-
|
|
41
|
+
"additionalProperties": { "$ref": "#/definitions/ExactSemverVersion" }
|
|
42
|
+
},
|
|
43
|
+
"resolvedSubagents": {
|
|
44
|
+
"type": "object",
|
|
45
|
+
"additionalProperties": { "$ref": "#/definitions/ExactSemverVersion" }
|
|
83
46
|
}
|
|
84
47
|
},
|
|
85
48
|
"required": [
|
|
@@ -93,7 +56,8 @@
|
|
|
93
56
|
"updatedAt",
|
|
94
57
|
"resolvedSkills",
|
|
95
58
|
"resolvedCommands",
|
|
96
|
-
"resolvedMcpServers"
|
|
59
|
+
"resolvedMcpServers",
|
|
60
|
+
"resolvedSubagents"
|
|
97
61
|
],
|
|
98
62
|
"additionalProperties": false,
|
|
99
63
|
"title": "Extension Pack Lock Entry",
|
|
@@ -104,21 +68,10 @@
|
|
|
104
68
|
"properties": {
|
|
105
69
|
"lockfileVersion": {
|
|
106
70
|
"anyOf": [
|
|
107
|
-
{
|
|
108
|
-
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"type": "string",
|
|
112
|
-
"enum": ["NaN"]
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"type": "string",
|
|
116
|
-
"enum": ["Infinity"]
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"type": "string",
|
|
120
|
-
"enum": ["-Infinity"]
|
|
121
|
-
}
|
|
71
|
+
{ "type": "number" },
|
|
72
|
+
{ "type": "string", "enum": ["NaN"] },
|
|
73
|
+
{ "type": "string", "enum": ["Infinity"] },
|
|
74
|
+
{ "type": "string", "enum": ["-Infinity"] }
|
|
122
75
|
]
|
|
123
76
|
},
|
|
124
77
|
"skills": {
|
|
@@ -128,76 +81,42 @@
|
|
|
128
81
|
{
|
|
129
82
|
"type": "object",
|
|
130
83
|
"properties": {
|
|
131
|
-
"type": {
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
},
|
|
135
|
-
"owner": {
|
|
136
|
-
"$ref": "#/definitions/SourceSegment"
|
|
137
|
-
},
|
|
138
|
-
"repo": {
|
|
139
|
-
"$ref": "#/definitions/SourceSegment"
|
|
140
|
-
},
|
|
84
|
+
"type": { "type": "string", "enum": ["github"] },
|
|
85
|
+
"owner": { "$ref": "#/definitions/SourceSegment" },
|
|
86
|
+
"repo": { "$ref": "#/definitions/SourceSegment" },
|
|
141
87
|
"ref": {
|
|
142
88
|
"anyOf": [
|
|
143
|
-
{
|
|
144
|
-
|
|
145
|
-
"allOf": [
|
|
146
|
-
{
|
|
147
|
-
"minLength": 1
|
|
148
|
-
}
|
|
149
|
-
]
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"type": "null"
|
|
153
|
-
}
|
|
89
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
90
|
+
{ "type": "null" }
|
|
154
91
|
]
|
|
155
92
|
},
|
|
156
93
|
"path": {
|
|
157
94
|
"anyOf": [
|
|
158
|
-
{
|
|
159
|
-
|
|
160
|
-
"allOf": [
|
|
161
|
-
{
|
|
162
|
-
"minLength": 1
|
|
163
|
-
}
|
|
164
|
-
]
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"type": "null"
|
|
168
|
-
}
|
|
169
|
-
]
|
|
170
|
-
},
|
|
171
|
-
"agents": {
|
|
172
|
-
"type": "array",
|
|
173
|
-
"items": {
|
|
174
|
-
"type": "string"
|
|
175
|
-
}
|
|
176
|
-
},
|
|
177
|
-
"installedAt": {
|
|
178
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
179
|
-
},
|
|
180
|
-
"updatedAt": {
|
|
181
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
182
|
-
},
|
|
183
|
-
"gitTreeHash": {
|
|
184
|
-
"anyOf": [
|
|
185
|
-
{
|
|
186
|
-
"type": "string"
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"type": "null"
|
|
190
|
-
}
|
|
95
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
96
|
+
{ "type": "null" }
|
|
191
97
|
]
|
|
192
98
|
},
|
|
193
|
-
"
|
|
99
|
+
"agents": { "type": "array", "items": { "type": "string" } },
|
|
100
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
101
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
102
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
103
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
|
|
104
|
+
"sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
105
|
+
"renderedFiles": {
|
|
194
106
|
"anyOf": [
|
|
195
107
|
{
|
|
196
|
-
"type": "
|
|
108
|
+
"type": "object",
|
|
109
|
+
"additionalProperties": {
|
|
110
|
+
"type": "array",
|
|
111
|
+
"items": {
|
|
112
|
+
"type": "object",
|
|
113
|
+
"properties": { "path": { "type": "string" } },
|
|
114
|
+
"required": ["path"],
|
|
115
|
+
"additionalProperties": false
|
|
116
|
+
}
|
|
117
|
+
}
|
|
197
118
|
},
|
|
198
|
-
{
|
|
199
|
-
"type": "null"
|
|
200
|
-
}
|
|
119
|
+
{ "type": "null" }
|
|
201
120
|
]
|
|
202
121
|
}
|
|
203
122
|
},
|
|
@@ -207,76 +126,42 @@
|
|
|
207
126
|
{
|
|
208
127
|
"type": "object",
|
|
209
128
|
"properties": {
|
|
210
|
-
"type": {
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
},
|
|
214
|
-
"owner": {
|
|
215
|
-
"$ref": "#/definitions/SourceSegment"
|
|
216
|
-
},
|
|
217
|
-
"repo": {
|
|
218
|
-
"$ref": "#/definitions/SourceSegment"
|
|
219
|
-
},
|
|
129
|
+
"type": { "type": "string", "enum": ["gitlab"] },
|
|
130
|
+
"owner": { "$ref": "#/definitions/SourceSegment" },
|
|
131
|
+
"repo": { "$ref": "#/definitions/SourceSegment" },
|
|
220
132
|
"ref": {
|
|
221
133
|
"anyOf": [
|
|
222
|
-
{
|
|
223
|
-
|
|
224
|
-
"allOf": [
|
|
225
|
-
{
|
|
226
|
-
"minLength": 1
|
|
227
|
-
}
|
|
228
|
-
]
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"type": "null"
|
|
232
|
-
}
|
|
134
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
135
|
+
{ "type": "null" }
|
|
233
136
|
]
|
|
234
137
|
},
|
|
235
138
|
"path": {
|
|
236
139
|
"anyOf": [
|
|
237
|
-
{
|
|
238
|
-
|
|
239
|
-
"allOf": [
|
|
240
|
-
{
|
|
241
|
-
"minLength": 1
|
|
242
|
-
}
|
|
243
|
-
]
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
"type": "null"
|
|
247
|
-
}
|
|
248
|
-
]
|
|
249
|
-
},
|
|
250
|
-
"agents": {
|
|
251
|
-
"type": "array",
|
|
252
|
-
"items": {
|
|
253
|
-
"type": "string"
|
|
254
|
-
}
|
|
255
|
-
},
|
|
256
|
-
"installedAt": {
|
|
257
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
258
|
-
},
|
|
259
|
-
"updatedAt": {
|
|
260
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
261
|
-
},
|
|
262
|
-
"gitTreeHash": {
|
|
263
|
-
"anyOf": [
|
|
264
|
-
{
|
|
265
|
-
"type": "string"
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
"type": "null"
|
|
269
|
-
}
|
|
140
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
141
|
+
{ "type": "null" }
|
|
270
142
|
]
|
|
271
143
|
},
|
|
272
|
-
"
|
|
144
|
+
"agents": { "type": "array", "items": { "type": "string" } },
|
|
145
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
146
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
147
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
148
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
|
|
149
|
+
"sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
150
|
+
"renderedFiles": {
|
|
273
151
|
"anyOf": [
|
|
274
152
|
{
|
|
275
|
-
"type": "
|
|
153
|
+
"type": "object",
|
|
154
|
+
"additionalProperties": {
|
|
155
|
+
"type": "array",
|
|
156
|
+
"items": {
|
|
157
|
+
"type": "object",
|
|
158
|
+
"properties": { "path": { "type": "string" } },
|
|
159
|
+
"required": ["path"],
|
|
160
|
+
"additionalProperties": false
|
|
161
|
+
}
|
|
162
|
+
}
|
|
276
163
|
},
|
|
277
|
-
{
|
|
278
|
-
"type": "null"
|
|
279
|
-
}
|
|
164
|
+
{ "type": "null" }
|
|
280
165
|
]
|
|
281
166
|
}
|
|
282
167
|
},
|
|
@@ -286,76 +171,42 @@
|
|
|
286
171
|
{
|
|
287
172
|
"type": "object",
|
|
288
173
|
"properties": {
|
|
289
|
-
"type": {
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
},
|
|
293
|
-
"owner": {
|
|
294
|
-
"$ref": "#/definitions/SourceSegment"
|
|
295
|
-
},
|
|
296
|
-
"repo": {
|
|
297
|
-
"$ref": "#/definitions/SourceSegment"
|
|
298
|
-
},
|
|
174
|
+
"type": { "type": "string", "enum": ["bitbucket"] },
|
|
175
|
+
"owner": { "$ref": "#/definitions/SourceSegment" },
|
|
176
|
+
"repo": { "$ref": "#/definitions/SourceSegment" },
|
|
299
177
|
"ref": {
|
|
300
178
|
"anyOf": [
|
|
301
|
-
{
|
|
302
|
-
|
|
303
|
-
"allOf": [
|
|
304
|
-
{
|
|
305
|
-
"minLength": 1
|
|
306
|
-
}
|
|
307
|
-
]
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"type": "null"
|
|
311
|
-
}
|
|
179
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
180
|
+
{ "type": "null" }
|
|
312
181
|
]
|
|
313
182
|
},
|
|
314
183
|
"path": {
|
|
315
184
|
"anyOf": [
|
|
316
|
-
{
|
|
317
|
-
|
|
318
|
-
"allOf": [
|
|
319
|
-
{
|
|
320
|
-
"minLength": 1
|
|
321
|
-
}
|
|
322
|
-
]
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"type": "null"
|
|
326
|
-
}
|
|
327
|
-
]
|
|
328
|
-
},
|
|
329
|
-
"agents": {
|
|
330
|
-
"type": "array",
|
|
331
|
-
"items": {
|
|
332
|
-
"type": "string"
|
|
333
|
-
}
|
|
334
|
-
},
|
|
335
|
-
"installedAt": {
|
|
336
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
337
|
-
},
|
|
338
|
-
"updatedAt": {
|
|
339
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
340
|
-
},
|
|
341
|
-
"gitTreeHash": {
|
|
342
|
-
"anyOf": [
|
|
343
|
-
{
|
|
344
|
-
"type": "string"
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
"type": "null"
|
|
348
|
-
}
|
|
185
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
186
|
+
{ "type": "null" }
|
|
349
187
|
]
|
|
350
188
|
},
|
|
351
|
-
"
|
|
189
|
+
"agents": { "type": "array", "items": { "type": "string" } },
|
|
190
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
191
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
192
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
193
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
|
|
194
|
+
"sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
195
|
+
"renderedFiles": {
|
|
352
196
|
"anyOf": [
|
|
353
197
|
{
|
|
354
|
-
"type": "
|
|
198
|
+
"type": "object",
|
|
199
|
+
"additionalProperties": {
|
|
200
|
+
"type": "array",
|
|
201
|
+
"items": {
|
|
202
|
+
"type": "object",
|
|
203
|
+
"properties": { "path": { "type": "string" } },
|
|
204
|
+
"required": ["path"],
|
|
205
|
+
"additionalProperties": false
|
|
206
|
+
}
|
|
207
|
+
}
|
|
355
208
|
},
|
|
356
|
-
{
|
|
357
|
-
"type": "null"
|
|
358
|
-
}
|
|
209
|
+
{ "type": "null" }
|
|
359
210
|
]
|
|
360
211
|
}
|
|
361
212
|
},
|
|
@@ -365,79 +216,43 @@
|
|
|
365
216
|
{
|
|
366
217
|
"type": "object",
|
|
367
218
|
"properties": {
|
|
368
|
-
"type": {
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
},
|
|
372
|
-
"organization": {
|
|
373
|
-
"$ref": "#/definitions/SourceSegment"
|
|
374
|
-
},
|
|
375
|
-
"project": {
|
|
376
|
-
"$ref": "#/definitions/SourceSegment"
|
|
377
|
-
},
|
|
378
|
-
"repo": {
|
|
379
|
-
"$ref": "#/definitions/SourceSegment"
|
|
380
|
-
},
|
|
219
|
+
"type": { "type": "string", "enum": ["azurerepos"] },
|
|
220
|
+
"organization": { "$ref": "#/definitions/SourceSegment" },
|
|
221
|
+
"project": { "$ref": "#/definitions/SourceSegment" },
|
|
222
|
+
"repo": { "$ref": "#/definitions/SourceSegment" },
|
|
381
223
|
"ref": {
|
|
382
224
|
"anyOf": [
|
|
383
|
-
{
|
|
384
|
-
|
|
385
|
-
"allOf": [
|
|
386
|
-
{
|
|
387
|
-
"minLength": 1
|
|
388
|
-
}
|
|
389
|
-
]
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"type": "null"
|
|
393
|
-
}
|
|
225
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
226
|
+
{ "type": "null" }
|
|
394
227
|
]
|
|
395
228
|
},
|
|
396
229
|
"path": {
|
|
397
230
|
"anyOf": [
|
|
398
|
-
{
|
|
399
|
-
|
|
400
|
-
"allOf": [
|
|
401
|
-
{
|
|
402
|
-
"minLength": 1
|
|
403
|
-
}
|
|
404
|
-
]
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
"type": "null"
|
|
408
|
-
}
|
|
409
|
-
]
|
|
410
|
-
},
|
|
411
|
-
"agents": {
|
|
412
|
-
"type": "array",
|
|
413
|
-
"items": {
|
|
414
|
-
"type": "string"
|
|
415
|
-
}
|
|
416
|
-
},
|
|
417
|
-
"installedAt": {
|
|
418
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
419
|
-
},
|
|
420
|
-
"updatedAt": {
|
|
421
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
422
|
-
},
|
|
423
|
-
"gitTreeHash": {
|
|
424
|
-
"anyOf": [
|
|
425
|
-
{
|
|
426
|
-
"type": "string"
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
"type": "null"
|
|
430
|
-
}
|
|
231
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
232
|
+
{ "type": "null" }
|
|
431
233
|
]
|
|
432
234
|
},
|
|
433
|
-
"
|
|
235
|
+
"agents": { "type": "array", "items": { "type": "string" } },
|
|
236
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
237
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
238
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
239
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
|
|
240
|
+
"sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
241
|
+
"renderedFiles": {
|
|
434
242
|
"anyOf": [
|
|
435
243
|
{
|
|
436
|
-
"type": "
|
|
244
|
+
"type": "object",
|
|
245
|
+
"additionalProperties": {
|
|
246
|
+
"type": "array",
|
|
247
|
+
"items": {
|
|
248
|
+
"type": "object",
|
|
249
|
+
"properties": { "path": { "type": "string" } },
|
|
250
|
+
"required": ["path"],
|
|
251
|
+
"additionalProperties": false
|
|
252
|
+
}
|
|
253
|
+
}
|
|
437
254
|
},
|
|
438
|
-
{
|
|
439
|
-
"type": "null"
|
|
440
|
-
}
|
|
255
|
+
{ "type": "null" }
|
|
441
256
|
]
|
|
442
257
|
}
|
|
443
258
|
},
|
|
@@ -455,73 +270,41 @@
|
|
|
455
270
|
{
|
|
456
271
|
"type": "object",
|
|
457
272
|
"properties": {
|
|
458
|
-
"type": {
|
|
459
|
-
|
|
460
|
-
"enum": ["git"]
|
|
461
|
-
},
|
|
462
|
-
"url": {
|
|
463
|
-
"type": "string"
|
|
464
|
-
},
|
|
273
|
+
"type": { "type": "string", "enum": ["git"] },
|
|
274
|
+
"url": { "type": "string" },
|
|
465
275
|
"ref": {
|
|
466
276
|
"anyOf": [
|
|
467
|
-
{
|
|
468
|
-
|
|
469
|
-
"allOf": [
|
|
470
|
-
{
|
|
471
|
-
"minLength": 1
|
|
472
|
-
}
|
|
473
|
-
]
|
|
474
|
-
},
|
|
475
|
-
{
|
|
476
|
-
"type": "null"
|
|
477
|
-
}
|
|
277
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
278
|
+
{ "type": "null" }
|
|
478
279
|
]
|
|
479
280
|
},
|
|
480
281
|
"path": {
|
|
481
282
|
"anyOf": [
|
|
482
|
-
{
|
|
483
|
-
|
|
484
|
-
"allOf": [
|
|
485
|
-
{
|
|
486
|
-
"minLength": 1
|
|
487
|
-
}
|
|
488
|
-
]
|
|
489
|
-
},
|
|
490
|
-
{
|
|
491
|
-
"type": "null"
|
|
492
|
-
}
|
|
493
|
-
]
|
|
494
|
-
},
|
|
495
|
-
"agents": {
|
|
496
|
-
"type": "array",
|
|
497
|
-
"items": {
|
|
498
|
-
"type": "string"
|
|
499
|
-
}
|
|
500
|
-
},
|
|
501
|
-
"installedAt": {
|
|
502
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
503
|
-
},
|
|
504
|
-
"updatedAt": {
|
|
505
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
506
|
-
},
|
|
507
|
-
"gitTreeHash": {
|
|
508
|
-
"anyOf": [
|
|
509
|
-
{
|
|
510
|
-
"type": "string"
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"type": "null"
|
|
514
|
-
}
|
|
283
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
284
|
+
{ "type": "null" }
|
|
515
285
|
]
|
|
516
286
|
},
|
|
517
|
-
"
|
|
287
|
+
"agents": { "type": "array", "items": { "type": "string" } },
|
|
288
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
289
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
290
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
291
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
|
|
292
|
+
"sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
293
|
+
"renderedFiles": {
|
|
518
294
|
"anyOf": [
|
|
519
295
|
{
|
|
520
|
-
"type": "
|
|
296
|
+
"type": "object",
|
|
297
|
+
"additionalProperties": {
|
|
298
|
+
"type": "array",
|
|
299
|
+
"items": {
|
|
300
|
+
"type": "object",
|
|
301
|
+
"properties": { "path": { "type": "string" } },
|
|
302
|
+
"required": ["path"],
|
|
303
|
+
"additionalProperties": false
|
|
304
|
+
}
|
|
305
|
+
}
|
|
521
306
|
},
|
|
522
|
-
{
|
|
523
|
-
"type": "null"
|
|
524
|
-
}
|
|
307
|
+
{ "type": "null" }
|
|
525
308
|
]
|
|
526
309
|
}
|
|
527
310
|
},
|
|
@@ -531,43 +314,29 @@
|
|
|
531
314
|
{
|
|
532
315
|
"type": "object",
|
|
533
316
|
"properties": {
|
|
534
|
-
"type": {
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
},
|
|
538
|
-
"
|
|
539
|
-
|
|
540
|
-
},
|
|
541
|
-
"
|
|
542
|
-
|
|
543
|
-
"items": {
|
|
544
|
-
"type": "string"
|
|
545
|
-
}
|
|
546
|
-
},
|
|
547
|
-
"installedAt": {
|
|
548
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
549
|
-
},
|
|
550
|
-
"updatedAt": {
|
|
551
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
552
|
-
},
|
|
553
|
-
"gitTreeHash": {
|
|
554
|
-
"anyOf": [
|
|
555
|
-
{
|
|
556
|
-
"type": "string"
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
"type": "null"
|
|
560
|
-
}
|
|
561
|
-
]
|
|
562
|
-
},
|
|
563
|
-
"retainedByPack": {
|
|
317
|
+
"type": { "type": "string", "enum": ["local"] },
|
|
318
|
+
"path": { "type": "string" },
|
|
319
|
+
"agents": { "type": "array", "items": { "type": "string" } },
|
|
320
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
321
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
322
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
323
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
|
|
324
|
+
"sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
325
|
+
"renderedFiles": {
|
|
564
326
|
"anyOf": [
|
|
565
327
|
{
|
|
566
|
-
"type": "
|
|
328
|
+
"type": "object",
|
|
329
|
+
"additionalProperties": {
|
|
330
|
+
"type": "array",
|
|
331
|
+
"items": {
|
|
332
|
+
"type": "object",
|
|
333
|
+
"properties": { "path": { "type": "string" } },
|
|
334
|
+
"required": ["path"],
|
|
335
|
+
"additionalProperties": false
|
|
336
|
+
}
|
|
337
|
+
}
|
|
567
338
|
},
|
|
568
|
-
{
|
|
569
|
-
"type": "null"
|
|
570
|
-
}
|
|
339
|
+
{ "type": "null" }
|
|
571
340
|
]
|
|
572
341
|
}
|
|
573
342
|
},
|
|
@@ -577,55 +346,33 @@
|
|
|
577
346
|
{
|
|
578
347
|
"type": "object",
|
|
579
348
|
"properties": {
|
|
580
|
-
"type": {
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
},
|
|
584
|
-
"
|
|
585
|
-
|
|
586
|
-
},
|
|
587
|
-
"
|
|
588
|
-
|
|
589
|
-
},
|
|
590
|
-
"
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
"integrity": {
|
|
594
|
-
"type": "string"
|
|
595
|
-
},
|
|
596
|
-
"sourceName": {
|
|
597
|
-
"type": "string"
|
|
598
|
-
},
|
|
599
|
-
"agents": {
|
|
600
|
-
"type": "array",
|
|
601
|
-
"items": {
|
|
602
|
-
"type": "string"
|
|
603
|
-
}
|
|
604
|
-
},
|
|
605
|
-
"installedAt": {
|
|
606
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
607
|
-
},
|
|
608
|
-
"updatedAt": {
|
|
609
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
610
|
-
},
|
|
611
|
-
"gitTreeHash": {
|
|
612
|
-
"anyOf": [
|
|
613
|
-
{
|
|
614
|
-
"type": "string"
|
|
615
|
-
},
|
|
616
|
-
{
|
|
617
|
-
"type": "null"
|
|
618
|
-
}
|
|
619
|
-
]
|
|
620
|
-
},
|
|
621
|
-
"retainedByPack": {
|
|
349
|
+
"type": { "type": "string", "enum": ["registry"] },
|
|
350
|
+
"owner": { "$ref": "#/definitions/Handle" },
|
|
351
|
+
"name": { "$ref": "#/definitions/ExtensionName" },
|
|
352
|
+
"resolvedVersion": { "$ref": "#/definitions/ExactSemverVersion" },
|
|
353
|
+
"integrity": { "type": "string" },
|
|
354
|
+
"sourceName": { "type": "string" },
|
|
355
|
+
"agents": { "type": "array", "items": { "type": "string" } },
|
|
356
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
357
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
358
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
359
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
|
|
360
|
+
"sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
361
|
+
"renderedFiles": {
|
|
622
362
|
"anyOf": [
|
|
623
363
|
{
|
|
624
|
-
"type": "
|
|
364
|
+
"type": "object",
|
|
365
|
+
"additionalProperties": {
|
|
366
|
+
"type": "array",
|
|
367
|
+
"items": {
|
|
368
|
+
"type": "object",
|
|
369
|
+
"properties": { "path": { "type": "string" } },
|
|
370
|
+
"required": ["path"],
|
|
371
|
+
"additionalProperties": false
|
|
372
|
+
}
|
|
373
|
+
}
|
|
625
374
|
},
|
|
626
|
-
{
|
|
627
|
-
"type": "null"
|
|
628
|
-
}
|
|
375
|
+
{ "type": "null" }
|
|
629
376
|
]
|
|
630
377
|
}
|
|
631
378
|
},
|
|
@@ -654,292 +401,178 @@
|
|
|
654
401
|
{
|
|
655
402
|
"type": "object",
|
|
656
403
|
"properties": {
|
|
657
|
-
"type": {
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
},
|
|
661
|
-
"owner": {
|
|
662
|
-
"$ref": "#/definitions/SourceSegment"
|
|
663
|
-
},
|
|
664
|
-
"repo": {
|
|
665
|
-
"$ref": "#/definitions/SourceSegment"
|
|
666
|
-
},
|
|
404
|
+
"type": { "type": "string", "enum": ["github"] },
|
|
405
|
+
"owner": { "$ref": "#/definitions/SourceSegment" },
|
|
406
|
+
"repo": { "$ref": "#/definitions/SourceSegment" },
|
|
667
407
|
"ref": {
|
|
668
408
|
"anyOf": [
|
|
669
|
-
{
|
|
670
|
-
|
|
671
|
-
"allOf": [
|
|
672
|
-
{
|
|
673
|
-
"minLength": 1
|
|
674
|
-
}
|
|
675
|
-
]
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"type": "null"
|
|
679
|
-
}
|
|
409
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
410
|
+
{ "type": "null" }
|
|
680
411
|
]
|
|
681
412
|
},
|
|
682
413
|
"path": {
|
|
683
414
|
"anyOf": [
|
|
684
|
-
{
|
|
685
|
-
|
|
686
|
-
"allOf": [
|
|
687
|
-
{
|
|
688
|
-
"minLength": 1
|
|
689
|
-
}
|
|
690
|
-
]
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"type": "null"
|
|
694
|
-
}
|
|
695
|
-
]
|
|
696
|
-
},
|
|
697
|
-
"installedAt": {
|
|
698
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
699
|
-
},
|
|
700
|
-
"updatedAt": {
|
|
701
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
702
|
-
},
|
|
703
|
-
"gitTreeHash": {
|
|
704
|
-
"anyOf": [
|
|
705
|
-
{
|
|
706
|
-
"type": "string"
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
"type": "null"
|
|
710
|
-
}
|
|
415
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
416
|
+
{ "type": "null" }
|
|
711
417
|
]
|
|
712
418
|
},
|
|
713
|
-
"
|
|
419
|
+
"agents": { "type": "array", "items": { "type": "string" } },
|
|
420
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
421
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
422
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
423
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
|
|
424
|
+
"sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
425
|
+
"renderedFiles": {
|
|
714
426
|
"anyOf": [
|
|
715
427
|
{
|
|
716
|
-
"type": "
|
|
428
|
+
"type": "object",
|
|
429
|
+
"additionalProperties": {
|
|
430
|
+
"type": "array",
|
|
431
|
+
"items": {
|
|
432
|
+
"type": "object",
|
|
433
|
+
"properties": { "path": { "type": "string" } },
|
|
434
|
+
"required": ["path"],
|
|
435
|
+
"additionalProperties": false
|
|
436
|
+
}
|
|
437
|
+
}
|
|
717
438
|
},
|
|
718
|
-
{
|
|
719
|
-
"type": "null"
|
|
720
|
-
}
|
|
439
|
+
{ "type": "null" }
|
|
721
440
|
]
|
|
722
441
|
}
|
|
723
442
|
},
|
|
724
|
-
"required": ["type", "owner", "repo", "installedAt", "updatedAt"],
|
|
443
|
+
"required": ["type", "owner", "repo", "agents", "installedAt", "updatedAt"],
|
|
725
444
|
"additionalProperties": false
|
|
726
445
|
},
|
|
727
446
|
{
|
|
728
447
|
"type": "object",
|
|
729
448
|
"properties": {
|
|
730
|
-
"type": {
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
},
|
|
734
|
-
"owner": {
|
|
735
|
-
"$ref": "#/definitions/SourceSegment"
|
|
736
|
-
},
|
|
737
|
-
"repo": {
|
|
738
|
-
"$ref": "#/definitions/SourceSegment"
|
|
739
|
-
},
|
|
449
|
+
"type": { "type": "string", "enum": ["gitlab"] },
|
|
450
|
+
"owner": { "$ref": "#/definitions/SourceSegment" },
|
|
451
|
+
"repo": { "$ref": "#/definitions/SourceSegment" },
|
|
740
452
|
"ref": {
|
|
741
453
|
"anyOf": [
|
|
742
|
-
{
|
|
743
|
-
|
|
744
|
-
"allOf": [
|
|
745
|
-
{
|
|
746
|
-
"minLength": 1
|
|
747
|
-
}
|
|
748
|
-
]
|
|
749
|
-
},
|
|
750
|
-
{
|
|
751
|
-
"type": "null"
|
|
752
|
-
}
|
|
454
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
455
|
+
{ "type": "null" }
|
|
753
456
|
]
|
|
754
457
|
},
|
|
755
458
|
"path": {
|
|
756
459
|
"anyOf": [
|
|
757
|
-
{
|
|
758
|
-
|
|
759
|
-
"allOf": [
|
|
760
|
-
{
|
|
761
|
-
"minLength": 1
|
|
762
|
-
}
|
|
763
|
-
]
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
"type": "null"
|
|
767
|
-
}
|
|
460
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
461
|
+
{ "type": "null" }
|
|
768
462
|
]
|
|
769
463
|
},
|
|
770
|
-
"
|
|
771
|
-
|
|
772
|
-
},
|
|
773
|
-
"
|
|
774
|
-
|
|
775
|
-
},
|
|
776
|
-
"
|
|
464
|
+
"agents": { "type": "array", "items": { "type": "string" } },
|
|
465
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
466
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
467
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
468
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
|
|
469
|
+
"sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
470
|
+
"renderedFiles": {
|
|
777
471
|
"anyOf": [
|
|
778
472
|
{
|
|
779
|
-
"type": "
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
"type": "boolean"
|
|
473
|
+
"type": "object",
|
|
474
|
+
"additionalProperties": {
|
|
475
|
+
"type": "array",
|
|
476
|
+
"items": {
|
|
477
|
+
"type": "object",
|
|
478
|
+
"properties": { "path": { "type": "string" } },
|
|
479
|
+
"required": ["path"],
|
|
480
|
+
"additionalProperties": false
|
|
481
|
+
}
|
|
482
|
+
}
|
|
790
483
|
},
|
|
791
|
-
{
|
|
792
|
-
"type": "null"
|
|
793
|
-
}
|
|
484
|
+
{ "type": "null" }
|
|
794
485
|
]
|
|
795
486
|
}
|
|
796
487
|
},
|
|
797
|
-
"required": ["type", "owner", "repo", "installedAt", "updatedAt"],
|
|
488
|
+
"required": ["type", "owner", "repo", "agents", "installedAt", "updatedAt"],
|
|
798
489
|
"additionalProperties": false
|
|
799
490
|
},
|
|
800
491
|
{
|
|
801
492
|
"type": "object",
|
|
802
493
|
"properties": {
|
|
803
|
-
"type": {
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
},
|
|
807
|
-
"owner": {
|
|
808
|
-
"$ref": "#/definitions/SourceSegment"
|
|
809
|
-
},
|
|
810
|
-
"repo": {
|
|
811
|
-
"$ref": "#/definitions/SourceSegment"
|
|
812
|
-
},
|
|
494
|
+
"type": { "type": "string", "enum": ["bitbucket"] },
|
|
495
|
+
"owner": { "$ref": "#/definitions/SourceSegment" },
|
|
496
|
+
"repo": { "$ref": "#/definitions/SourceSegment" },
|
|
813
497
|
"ref": {
|
|
814
498
|
"anyOf": [
|
|
815
|
-
{
|
|
816
|
-
|
|
817
|
-
"allOf": [
|
|
818
|
-
{
|
|
819
|
-
"minLength": 1
|
|
820
|
-
}
|
|
821
|
-
]
|
|
822
|
-
},
|
|
823
|
-
{
|
|
824
|
-
"type": "null"
|
|
825
|
-
}
|
|
499
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
500
|
+
{ "type": "null" }
|
|
826
501
|
]
|
|
827
502
|
},
|
|
828
503
|
"path": {
|
|
829
504
|
"anyOf": [
|
|
830
|
-
{
|
|
831
|
-
|
|
832
|
-
"allOf": [
|
|
833
|
-
{
|
|
834
|
-
"minLength": 1
|
|
835
|
-
}
|
|
836
|
-
]
|
|
837
|
-
},
|
|
838
|
-
{
|
|
839
|
-
"type": "null"
|
|
840
|
-
}
|
|
841
|
-
]
|
|
842
|
-
},
|
|
843
|
-
"installedAt": {
|
|
844
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
845
|
-
},
|
|
846
|
-
"updatedAt": {
|
|
847
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
848
|
-
},
|
|
849
|
-
"gitTreeHash": {
|
|
850
|
-
"anyOf": [
|
|
851
|
-
{
|
|
852
|
-
"type": "string"
|
|
853
|
-
},
|
|
854
|
-
{
|
|
855
|
-
"type": "null"
|
|
856
|
-
}
|
|
505
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
506
|
+
{ "type": "null" }
|
|
857
507
|
]
|
|
858
508
|
},
|
|
859
|
-
"
|
|
509
|
+
"agents": { "type": "array", "items": { "type": "string" } },
|
|
510
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
511
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
512
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
513
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
|
|
514
|
+
"sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
515
|
+
"renderedFiles": {
|
|
860
516
|
"anyOf": [
|
|
861
517
|
{
|
|
862
|
-
"type": "
|
|
518
|
+
"type": "object",
|
|
519
|
+
"additionalProperties": {
|
|
520
|
+
"type": "array",
|
|
521
|
+
"items": {
|
|
522
|
+
"type": "object",
|
|
523
|
+
"properties": { "path": { "type": "string" } },
|
|
524
|
+
"required": ["path"],
|
|
525
|
+
"additionalProperties": false
|
|
526
|
+
}
|
|
527
|
+
}
|
|
863
528
|
},
|
|
864
|
-
{
|
|
865
|
-
"type": "null"
|
|
866
|
-
}
|
|
529
|
+
{ "type": "null" }
|
|
867
530
|
]
|
|
868
531
|
}
|
|
869
532
|
},
|
|
870
|
-
"required": ["type", "owner", "repo", "installedAt", "updatedAt"],
|
|
533
|
+
"required": ["type", "owner", "repo", "agents", "installedAt", "updatedAt"],
|
|
871
534
|
"additionalProperties": false
|
|
872
535
|
},
|
|
873
536
|
{
|
|
874
537
|
"type": "object",
|
|
875
538
|
"properties": {
|
|
876
|
-
"type": {
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
},
|
|
880
|
-
"organization": {
|
|
881
|
-
"$ref": "#/definitions/SourceSegment"
|
|
882
|
-
},
|
|
883
|
-
"project": {
|
|
884
|
-
"$ref": "#/definitions/SourceSegment"
|
|
885
|
-
},
|
|
886
|
-
"repo": {
|
|
887
|
-
"$ref": "#/definitions/SourceSegment"
|
|
888
|
-
},
|
|
539
|
+
"type": { "type": "string", "enum": ["azurerepos"] },
|
|
540
|
+
"organization": { "$ref": "#/definitions/SourceSegment" },
|
|
541
|
+
"project": { "$ref": "#/definitions/SourceSegment" },
|
|
542
|
+
"repo": { "$ref": "#/definitions/SourceSegment" },
|
|
889
543
|
"ref": {
|
|
890
544
|
"anyOf": [
|
|
891
|
-
{
|
|
892
|
-
|
|
893
|
-
"allOf": [
|
|
894
|
-
{
|
|
895
|
-
"minLength": 1
|
|
896
|
-
}
|
|
897
|
-
]
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
"type": "null"
|
|
901
|
-
}
|
|
545
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
546
|
+
{ "type": "null" }
|
|
902
547
|
]
|
|
903
548
|
},
|
|
904
549
|
"path": {
|
|
905
550
|
"anyOf": [
|
|
906
|
-
{
|
|
907
|
-
|
|
908
|
-
"allOf": [
|
|
909
|
-
{
|
|
910
|
-
"minLength": 1
|
|
911
|
-
}
|
|
912
|
-
]
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
"type": "null"
|
|
916
|
-
}
|
|
551
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
552
|
+
{ "type": "null" }
|
|
917
553
|
]
|
|
918
554
|
},
|
|
919
|
-
"
|
|
920
|
-
|
|
921
|
-
},
|
|
922
|
-
"
|
|
923
|
-
|
|
924
|
-
},
|
|
925
|
-
"
|
|
555
|
+
"agents": { "type": "array", "items": { "type": "string" } },
|
|
556
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
557
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
558
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
559
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
|
|
560
|
+
"sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
561
|
+
"renderedFiles": {
|
|
926
562
|
"anyOf": [
|
|
927
563
|
{
|
|
928
|
-
"type": "
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
"type": "boolean"
|
|
564
|
+
"type": "object",
|
|
565
|
+
"additionalProperties": {
|
|
566
|
+
"type": "array",
|
|
567
|
+
"items": {
|
|
568
|
+
"type": "object",
|
|
569
|
+
"properties": { "path": { "type": "string" } },
|
|
570
|
+
"required": ["path"],
|
|
571
|
+
"additionalProperties": false
|
|
572
|
+
}
|
|
573
|
+
}
|
|
939
574
|
},
|
|
940
|
-
{
|
|
941
|
-
"type": "null"
|
|
942
|
-
}
|
|
575
|
+
{ "type": "null" }
|
|
943
576
|
]
|
|
944
577
|
}
|
|
945
578
|
},
|
|
@@ -948,6 +581,7 @@
|
|
|
948
581
|
"organization",
|
|
949
582
|
"project",
|
|
950
583
|
"repo",
|
|
584
|
+
"agents",
|
|
951
585
|
"installedAt",
|
|
952
586
|
"updatedAt"
|
|
953
587
|
],
|
|
@@ -956,159 +590,109 @@
|
|
|
956
590
|
{
|
|
957
591
|
"type": "object",
|
|
958
592
|
"properties": {
|
|
959
|
-
"type": {
|
|
960
|
-
|
|
961
|
-
"enum": ["git"]
|
|
962
|
-
},
|
|
963
|
-
"url": {
|
|
964
|
-
"type": "string"
|
|
965
|
-
},
|
|
593
|
+
"type": { "type": "string", "enum": ["git"] },
|
|
594
|
+
"url": { "type": "string" },
|
|
966
595
|
"ref": {
|
|
967
596
|
"anyOf": [
|
|
968
|
-
{
|
|
969
|
-
|
|
970
|
-
"allOf": [
|
|
971
|
-
{
|
|
972
|
-
"minLength": 1
|
|
973
|
-
}
|
|
974
|
-
]
|
|
975
|
-
},
|
|
976
|
-
{
|
|
977
|
-
"type": "null"
|
|
978
|
-
}
|
|
597
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
598
|
+
{ "type": "null" }
|
|
979
599
|
]
|
|
980
600
|
},
|
|
981
601
|
"path": {
|
|
982
602
|
"anyOf": [
|
|
983
|
-
{
|
|
984
|
-
|
|
985
|
-
"allOf": [
|
|
986
|
-
{
|
|
987
|
-
"minLength": 1
|
|
988
|
-
}
|
|
989
|
-
]
|
|
990
|
-
},
|
|
991
|
-
{
|
|
992
|
-
"type": "null"
|
|
993
|
-
}
|
|
994
|
-
]
|
|
995
|
-
},
|
|
996
|
-
"installedAt": {
|
|
997
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
998
|
-
},
|
|
999
|
-
"updatedAt": {
|
|
1000
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
1001
|
-
},
|
|
1002
|
-
"gitTreeHash": {
|
|
1003
|
-
"anyOf": [
|
|
1004
|
-
{
|
|
1005
|
-
"type": "string"
|
|
1006
|
-
},
|
|
1007
|
-
{
|
|
1008
|
-
"type": "null"
|
|
1009
|
-
}
|
|
603
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
604
|
+
{ "type": "null" }
|
|
1010
605
|
]
|
|
1011
606
|
},
|
|
1012
|
-
"
|
|
607
|
+
"agents": { "type": "array", "items": { "type": "string" } },
|
|
608
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
609
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
610
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
611
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
|
|
612
|
+
"sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
613
|
+
"renderedFiles": {
|
|
1013
614
|
"anyOf": [
|
|
1014
615
|
{
|
|
1015
|
-
"type": "
|
|
616
|
+
"type": "object",
|
|
617
|
+
"additionalProperties": {
|
|
618
|
+
"type": "array",
|
|
619
|
+
"items": {
|
|
620
|
+
"type": "object",
|
|
621
|
+
"properties": { "path": { "type": "string" } },
|
|
622
|
+
"required": ["path"],
|
|
623
|
+
"additionalProperties": false
|
|
624
|
+
}
|
|
625
|
+
}
|
|
1016
626
|
},
|
|
1017
|
-
{
|
|
1018
|
-
"type": "null"
|
|
1019
|
-
}
|
|
627
|
+
{ "type": "null" }
|
|
1020
628
|
]
|
|
1021
629
|
}
|
|
1022
630
|
},
|
|
1023
|
-
"required": ["type", "url", "installedAt", "updatedAt"],
|
|
631
|
+
"required": ["type", "url", "agents", "installedAt", "updatedAt"],
|
|
1024
632
|
"additionalProperties": false
|
|
1025
633
|
},
|
|
1026
634
|
{
|
|
1027
635
|
"type": "object",
|
|
1028
636
|
"properties": {
|
|
1029
|
-
"type": {
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
},
|
|
1033
|
-
"
|
|
1034
|
-
|
|
1035
|
-
},
|
|
1036
|
-
"
|
|
1037
|
-
|
|
1038
|
-
},
|
|
1039
|
-
"updatedAt": {
|
|
1040
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
1041
|
-
},
|
|
1042
|
-
"gitTreeHash": {
|
|
637
|
+
"type": { "type": "string", "enum": ["local"] },
|
|
638
|
+
"path": { "type": "string" },
|
|
639
|
+
"agents": { "type": "array", "items": { "type": "string" } },
|
|
640
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
641
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
642
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
643
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
|
|
644
|
+
"sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
645
|
+
"renderedFiles": {
|
|
1043
646
|
"anyOf": [
|
|
1044
647
|
{
|
|
1045
|
-
"type": "
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
"type": "boolean"
|
|
648
|
+
"type": "object",
|
|
649
|
+
"additionalProperties": {
|
|
650
|
+
"type": "array",
|
|
651
|
+
"items": {
|
|
652
|
+
"type": "object",
|
|
653
|
+
"properties": { "path": { "type": "string" } },
|
|
654
|
+
"required": ["path"],
|
|
655
|
+
"additionalProperties": false
|
|
656
|
+
}
|
|
657
|
+
}
|
|
1056
658
|
},
|
|
1057
|
-
{
|
|
1058
|
-
"type": "null"
|
|
1059
|
-
}
|
|
659
|
+
{ "type": "null" }
|
|
1060
660
|
]
|
|
1061
661
|
}
|
|
1062
662
|
},
|
|
1063
|
-
"required": ["type", "path", "installedAt", "updatedAt"],
|
|
663
|
+
"required": ["type", "path", "agents", "installedAt", "updatedAt"],
|
|
1064
664
|
"additionalProperties": false
|
|
1065
665
|
},
|
|
1066
666
|
{
|
|
1067
667
|
"type": "object",
|
|
1068
668
|
"properties": {
|
|
1069
|
-
"type": {
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
},
|
|
1073
|
-
"
|
|
1074
|
-
|
|
1075
|
-
},
|
|
1076
|
-
"
|
|
1077
|
-
|
|
1078
|
-
},
|
|
1079
|
-
"
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
"integrity": {
|
|
1083
|
-
"type": "string"
|
|
1084
|
-
},
|
|
1085
|
-
"sourceName": {
|
|
1086
|
-
"type": "string"
|
|
1087
|
-
},
|
|
1088
|
-
"installedAt": {
|
|
1089
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
1090
|
-
},
|
|
1091
|
-
"updatedAt": {
|
|
1092
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
1093
|
-
},
|
|
1094
|
-
"gitTreeHash": {
|
|
669
|
+
"type": { "type": "string", "enum": ["registry"] },
|
|
670
|
+
"owner": { "$ref": "#/definitions/Handle" },
|
|
671
|
+
"name": { "$ref": "#/definitions/ExtensionName" },
|
|
672
|
+
"resolvedVersion": { "$ref": "#/definitions/ExactSemverVersion" },
|
|
673
|
+
"integrity": { "type": "string" },
|
|
674
|
+
"sourceName": { "type": "string" },
|
|
675
|
+
"agents": { "type": "array", "items": { "type": "string" } },
|
|
676
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
677
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
678
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
679
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
|
|
680
|
+
"sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
681
|
+
"renderedFiles": {
|
|
1095
682
|
"anyOf": [
|
|
1096
683
|
{
|
|
1097
|
-
"type": "
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
"type": "boolean"
|
|
684
|
+
"type": "object",
|
|
685
|
+
"additionalProperties": {
|
|
686
|
+
"type": "array",
|
|
687
|
+
"items": {
|
|
688
|
+
"type": "object",
|
|
689
|
+
"properties": { "path": { "type": "string" } },
|
|
690
|
+
"required": ["path"],
|
|
691
|
+
"additionalProperties": false
|
|
692
|
+
}
|
|
693
|
+
}
|
|
1108
694
|
},
|
|
1109
|
-
{
|
|
1110
|
-
"type": "null"
|
|
1111
|
-
}
|
|
695
|
+
{ "type": "null" }
|
|
1112
696
|
]
|
|
1113
697
|
}
|
|
1114
698
|
},
|
|
@@ -1119,6 +703,7 @@
|
|
|
1119
703
|
"resolvedVersion",
|
|
1120
704
|
"integrity",
|
|
1121
705
|
"sourceName",
|
|
706
|
+
"agents",
|
|
1122
707
|
"installedAt",
|
|
1123
708
|
"updatedAt"
|
|
1124
709
|
],
|
|
@@ -1127,12 +712,10 @@
|
|
|
1127
712
|
]
|
|
1128
713
|
}
|
|
1129
714
|
},
|
|
1130
|
-
{
|
|
1131
|
-
"type": "null"
|
|
1132
|
-
}
|
|
715
|
+
{ "type": "null" }
|
|
1133
716
|
]
|
|
1134
717
|
},
|
|
1135
|
-
"
|
|
718
|
+
"subagents": {
|
|
1136
719
|
"anyOf": [
|
|
1137
720
|
{
|
|
1138
721
|
"type": "object",
|
|
@@ -1141,292 +724,178 @@
|
|
|
1141
724
|
{
|
|
1142
725
|
"type": "object",
|
|
1143
726
|
"properties": {
|
|
1144
|
-
"type": {
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
},
|
|
1148
|
-
"owner": {
|
|
1149
|
-
"$ref": "#/definitions/SourceSegment"
|
|
1150
|
-
},
|
|
1151
|
-
"repo": {
|
|
1152
|
-
"$ref": "#/definitions/SourceSegment"
|
|
1153
|
-
},
|
|
727
|
+
"type": { "type": "string", "enum": ["github"] },
|
|
728
|
+
"owner": { "$ref": "#/definitions/SourceSegment" },
|
|
729
|
+
"repo": { "$ref": "#/definitions/SourceSegment" },
|
|
1154
730
|
"ref": {
|
|
1155
731
|
"anyOf": [
|
|
1156
|
-
{
|
|
1157
|
-
|
|
1158
|
-
"allOf": [
|
|
1159
|
-
{
|
|
1160
|
-
"minLength": 1
|
|
1161
|
-
}
|
|
1162
|
-
]
|
|
1163
|
-
},
|
|
1164
|
-
{
|
|
1165
|
-
"type": "null"
|
|
1166
|
-
}
|
|
732
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
733
|
+
{ "type": "null" }
|
|
1167
734
|
]
|
|
1168
735
|
},
|
|
1169
736
|
"path": {
|
|
1170
737
|
"anyOf": [
|
|
1171
|
-
{
|
|
1172
|
-
|
|
1173
|
-
"allOf": [
|
|
1174
|
-
{
|
|
1175
|
-
"minLength": 1
|
|
1176
|
-
}
|
|
1177
|
-
]
|
|
1178
|
-
},
|
|
1179
|
-
{
|
|
1180
|
-
"type": "null"
|
|
1181
|
-
}
|
|
738
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
739
|
+
{ "type": "null" }
|
|
1182
740
|
]
|
|
1183
741
|
},
|
|
1184
|
-
"
|
|
1185
|
-
|
|
1186
|
-
},
|
|
1187
|
-
"
|
|
1188
|
-
|
|
1189
|
-
},
|
|
1190
|
-
"
|
|
742
|
+
"agents": { "type": "array", "items": { "type": "string" } },
|
|
743
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
744
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
745
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
746
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
|
|
747
|
+
"sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
748
|
+
"renderedFiles": {
|
|
1191
749
|
"anyOf": [
|
|
1192
750
|
{
|
|
1193
|
-
"type": "
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
"type": "boolean"
|
|
751
|
+
"type": "object",
|
|
752
|
+
"additionalProperties": {
|
|
753
|
+
"type": "array",
|
|
754
|
+
"items": {
|
|
755
|
+
"type": "object",
|
|
756
|
+
"properties": { "path": { "type": "string" } },
|
|
757
|
+
"required": ["path"],
|
|
758
|
+
"additionalProperties": false
|
|
759
|
+
}
|
|
760
|
+
}
|
|
1204
761
|
},
|
|
1205
|
-
{
|
|
1206
|
-
"type": "null"
|
|
1207
|
-
}
|
|
762
|
+
{ "type": "null" }
|
|
1208
763
|
]
|
|
1209
764
|
}
|
|
1210
765
|
},
|
|
1211
|
-
"required": ["type", "owner", "repo", "installedAt", "updatedAt"],
|
|
766
|
+
"required": ["type", "owner", "repo", "agents", "installedAt", "updatedAt"],
|
|
1212
767
|
"additionalProperties": false
|
|
1213
768
|
},
|
|
1214
769
|
{
|
|
1215
770
|
"type": "object",
|
|
1216
771
|
"properties": {
|
|
1217
|
-
"type": {
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
},
|
|
1221
|
-
"owner": {
|
|
1222
|
-
"$ref": "#/definitions/SourceSegment"
|
|
1223
|
-
},
|
|
1224
|
-
"repo": {
|
|
1225
|
-
"$ref": "#/definitions/SourceSegment"
|
|
1226
|
-
},
|
|
772
|
+
"type": { "type": "string", "enum": ["gitlab"] },
|
|
773
|
+
"owner": { "$ref": "#/definitions/SourceSegment" },
|
|
774
|
+
"repo": { "$ref": "#/definitions/SourceSegment" },
|
|
1227
775
|
"ref": {
|
|
1228
776
|
"anyOf": [
|
|
1229
|
-
{
|
|
1230
|
-
|
|
1231
|
-
"allOf": [
|
|
1232
|
-
{
|
|
1233
|
-
"minLength": 1
|
|
1234
|
-
}
|
|
1235
|
-
]
|
|
1236
|
-
},
|
|
1237
|
-
{
|
|
1238
|
-
"type": "null"
|
|
1239
|
-
}
|
|
777
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
778
|
+
{ "type": "null" }
|
|
1240
779
|
]
|
|
1241
780
|
},
|
|
1242
781
|
"path": {
|
|
1243
782
|
"anyOf": [
|
|
1244
|
-
{
|
|
1245
|
-
|
|
1246
|
-
"allOf": [
|
|
1247
|
-
{
|
|
1248
|
-
"minLength": 1
|
|
1249
|
-
}
|
|
1250
|
-
]
|
|
1251
|
-
},
|
|
1252
|
-
{
|
|
1253
|
-
"type": "null"
|
|
1254
|
-
}
|
|
1255
|
-
]
|
|
1256
|
-
},
|
|
1257
|
-
"installedAt": {
|
|
1258
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
1259
|
-
},
|
|
1260
|
-
"updatedAt": {
|
|
1261
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
1262
|
-
},
|
|
1263
|
-
"gitTreeHash": {
|
|
1264
|
-
"anyOf": [
|
|
1265
|
-
{
|
|
1266
|
-
"type": "string"
|
|
1267
|
-
},
|
|
1268
|
-
{
|
|
1269
|
-
"type": "null"
|
|
1270
|
-
}
|
|
783
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
784
|
+
{ "type": "null" }
|
|
1271
785
|
]
|
|
1272
786
|
},
|
|
1273
|
-
"
|
|
787
|
+
"agents": { "type": "array", "items": { "type": "string" } },
|
|
788
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
789
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
790
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
791
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
|
|
792
|
+
"sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
793
|
+
"renderedFiles": {
|
|
1274
794
|
"anyOf": [
|
|
1275
795
|
{
|
|
1276
|
-
"type": "
|
|
796
|
+
"type": "object",
|
|
797
|
+
"additionalProperties": {
|
|
798
|
+
"type": "array",
|
|
799
|
+
"items": {
|
|
800
|
+
"type": "object",
|
|
801
|
+
"properties": { "path": { "type": "string" } },
|
|
802
|
+
"required": ["path"],
|
|
803
|
+
"additionalProperties": false
|
|
804
|
+
}
|
|
805
|
+
}
|
|
1277
806
|
},
|
|
1278
|
-
{
|
|
1279
|
-
"type": "null"
|
|
1280
|
-
}
|
|
807
|
+
{ "type": "null" }
|
|
1281
808
|
]
|
|
1282
809
|
}
|
|
1283
810
|
},
|
|
1284
|
-
"required": ["type", "owner", "repo", "installedAt", "updatedAt"],
|
|
811
|
+
"required": ["type", "owner", "repo", "agents", "installedAt", "updatedAt"],
|
|
1285
812
|
"additionalProperties": false
|
|
1286
813
|
},
|
|
1287
814
|
{
|
|
1288
815
|
"type": "object",
|
|
1289
816
|
"properties": {
|
|
1290
|
-
"type": {
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
},
|
|
1294
|
-
"owner": {
|
|
1295
|
-
"$ref": "#/definitions/SourceSegment"
|
|
1296
|
-
},
|
|
1297
|
-
"repo": {
|
|
1298
|
-
"$ref": "#/definitions/SourceSegment"
|
|
1299
|
-
},
|
|
817
|
+
"type": { "type": "string", "enum": ["bitbucket"] },
|
|
818
|
+
"owner": { "$ref": "#/definitions/SourceSegment" },
|
|
819
|
+
"repo": { "$ref": "#/definitions/SourceSegment" },
|
|
1300
820
|
"ref": {
|
|
1301
821
|
"anyOf": [
|
|
1302
|
-
{
|
|
1303
|
-
|
|
1304
|
-
"allOf": [
|
|
1305
|
-
{
|
|
1306
|
-
"minLength": 1
|
|
1307
|
-
}
|
|
1308
|
-
]
|
|
1309
|
-
},
|
|
1310
|
-
{
|
|
1311
|
-
"type": "null"
|
|
1312
|
-
}
|
|
822
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
823
|
+
{ "type": "null" }
|
|
1313
824
|
]
|
|
1314
825
|
},
|
|
1315
826
|
"path": {
|
|
1316
827
|
"anyOf": [
|
|
1317
|
-
{
|
|
1318
|
-
|
|
1319
|
-
"allOf": [
|
|
1320
|
-
{
|
|
1321
|
-
"minLength": 1
|
|
1322
|
-
}
|
|
1323
|
-
]
|
|
1324
|
-
},
|
|
1325
|
-
{
|
|
1326
|
-
"type": "null"
|
|
1327
|
-
}
|
|
1328
|
-
]
|
|
1329
|
-
},
|
|
1330
|
-
"installedAt": {
|
|
1331
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
1332
|
-
},
|
|
1333
|
-
"updatedAt": {
|
|
1334
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
1335
|
-
},
|
|
1336
|
-
"gitTreeHash": {
|
|
1337
|
-
"anyOf": [
|
|
1338
|
-
{
|
|
1339
|
-
"type": "string"
|
|
1340
|
-
},
|
|
1341
|
-
{
|
|
1342
|
-
"type": "null"
|
|
1343
|
-
}
|
|
828
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
829
|
+
{ "type": "null" }
|
|
1344
830
|
]
|
|
1345
831
|
},
|
|
1346
|
-
"
|
|
832
|
+
"agents": { "type": "array", "items": { "type": "string" } },
|
|
833
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
834
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
835
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
836
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
|
|
837
|
+
"sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
838
|
+
"renderedFiles": {
|
|
1347
839
|
"anyOf": [
|
|
1348
840
|
{
|
|
1349
|
-
"type": "
|
|
841
|
+
"type": "object",
|
|
842
|
+
"additionalProperties": {
|
|
843
|
+
"type": "array",
|
|
844
|
+
"items": {
|
|
845
|
+
"type": "object",
|
|
846
|
+
"properties": { "path": { "type": "string" } },
|
|
847
|
+
"required": ["path"],
|
|
848
|
+
"additionalProperties": false
|
|
849
|
+
}
|
|
850
|
+
}
|
|
1350
851
|
},
|
|
1351
|
-
{
|
|
1352
|
-
"type": "null"
|
|
1353
|
-
}
|
|
852
|
+
{ "type": "null" }
|
|
1354
853
|
]
|
|
1355
854
|
}
|
|
1356
855
|
},
|
|
1357
|
-
"required": ["type", "owner", "repo", "installedAt", "updatedAt"],
|
|
856
|
+
"required": ["type", "owner", "repo", "agents", "installedAt", "updatedAt"],
|
|
1358
857
|
"additionalProperties": false
|
|
1359
858
|
},
|
|
1360
859
|
{
|
|
1361
860
|
"type": "object",
|
|
1362
861
|
"properties": {
|
|
1363
|
-
"type": {
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
},
|
|
1367
|
-
"organization": {
|
|
1368
|
-
"$ref": "#/definitions/SourceSegment"
|
|
1369
|
-
},
|
|
1370
|
-
"project": {
|
|
1371
|
-
"$ref": "#/definitions/SourceSegment"
|
|
1372
|
-
},
|
|
1373
|
-
"repo": {
|
|
1374
|
-
"$ref": "#/definitions/SourceSegment"
|
|
1375
|
-
},
|
|
862
|
+
"type": { "type": "string", "enum": ["azurerepos"] },
|
|
863
|
+
"organization": { "$ref": "#/definitions/SourceSegment" },
|
|
864
|
+
"project": { "$ref": "#/definitions/SourceSegment" },
|
|
865
|
+
"repo": { "$ref": "#/definitions/SourceSegment" },
|
|
1376
866
|
"ref": {
|
|
1377
867
|
"anyOf": [
|
|
1378
|
-
{
|
|
1379
|
-
|
|
1380
|
-
"allOf": [
|
|
1381
|
-
{
|
|
1382
|
-
"minLength": 1
|
|
1383
|
-
}
|
|
1384
|
-
]
|
|
1385
|
-
},
|
|
1386
|
-
{
|
|
1387
|
-
"type": "null"
|
|
1388
|
-
}
|
|
868
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
869
|
+
{ "type": "null" }
|
|
1389
870
|
]
|
|
1390
871
|
},
|
|
1391
872
|
"path": {
|
|
1392
873
|
"anyOf": [
|
|
1393
|
-
{
|
|
1394
|
-
|
|
1395
|
-
"allOf": [
|
|
1396
|
-
{
|
|
1397
|
-
"minLength": 1
|
|
1398
|
-
}
|
|
1399
|
-
]
|
|
1400
|
-
},
|
|
1401
|
-
{
|
|
1402
|
-
"type": "null"
|
|
1403
|
-
}
|
|
1404
|
-
]
|
|
1405
|
-
},
|
|
1406
|
-
"installedAt": {
|
|
1407
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
1408
|
-
},
|
|
1409
|
-
"updatedAt": {
|
|
1410
|
-
"$ref": "#/definitions/IsoDateTimeString"
|
|
1411
|
-
},
|
|
1412
|
-
"gitTreeHash": {
|
|
1413
|
-
"anyOf": [
|
|
1414
|
-
{
|
|
1415
|
-
"type": "string"
|
|
1416
|
-
},
|
|
1417
|
-
{
|
|
1418
|
-
"type": "null"
|
|
1419
|
-
}
|
|
874
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
875
|
+
{ "type": "null" }
|
|
1420
876
|
]
|
|
1421
877
|
},
|
|
1422
|
-
"
|
|
878
|
+
"agents": { "type": "array", "items": { "type": "string" } },
|
|
879
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
880
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
881
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
882
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
|
|
883
|
+
"sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
884
|
+
"renderedFiles": {
|
|
1423
885
|
"anyOf": [
|
|
1424
886
|
{
|
|
1425
|
-
"type": "
|
|
887
|
+
"type": "object",
|
|
888
|
+
"additionalProperties": {
|
|
889
|
+
"type": "array",
|
|
890
|
+
"items": {
|
|
891
|
+
"type": "object",
|
|
892
|
+
"properties": { "path": { "type": "string" } },
|
|
893
|
+
"required": ["path"],
|
|
894
|
+
"additionalProperties": false
|
|
895
|
+
}
|
|
896
|
+
}
|
|
1426
897
|
},
|
|
1427
|
-
{
|
|
1428
|
-
"type": "null"
|
|
1429
|
-
}
|
|
898
|
+
{ "type": "null" }
|
|
1430
899
|
]
|
|
1431
900
|
}
|
|
1432
901
|
},
|
|
@@ -1435,6 +904,7 @@
|
|
|
1435
904
|
"organization",
|
|
1436
905
|
"project",
|
|
1437
906
|
"repo",
|
|
907
|
+
"agents",
|
|
1438
908
|
"installedAt",
|
|
1439
909
|
"updatedAt"
|
|
1440
910
|
],
|
|
@@ -1443,161 +913,300 @@
|
|
|
1443
913
|
{
|
|
1444
914
|
"type": "object",
|
|
1445
915
|
"properties": {
|
|
1446
|
-
"type": {
|
|
1447
|
-
|
|
1448
|
-
"enum": ["git"]
|
|
1449
|
-
},
|
|
1450
|
-
"url": {
|
|
1451
|
-
"type": "string"
|
|
1452
|
-
},
|
|
916
|
+
"type": { "type": "string", "enum": ["git"] },
|
|
917
|
+
"url": { "type": "string" },
|
|
1453
918
|
"ref": {
|
|
1454
919
|
"anyOf": [
|
|
1455
|
-
{
|
|
1456
|
-
|
|
1457
|
-
"allOf": [
|
|
1458
|
-
{
|
|
1459
|
-
"minLength": 1
|
|
1460
|
-
}
|
|
1461
|
-
]
|
|
1462
|
-
},
|
|
1463
|
-
{
|
|
1464
|
-
"type": "null"
|
|
1465
|
-
}
|
|
920
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
921
|
+
{ "type": "null" }
|
|
1466
922
|
]
|
|
1467
923
|
},
|
|
1468
924
|
"path": {
|
|
1469
925
|
"anyOf": [
|
|
1470
|
-
{
|
|
1471
|
-
|
|
1472
|
-
"allOf": [
|
|
1473
|
-
{
|
|
1474
|
-
"minLength": 1
|
|
1475
|
-
}
|
|
1476
|
-
]
|
|
1477
|
-
},
|
|
1478
|
-
{
|
|
1479
|
-
"type": "null"
|
|
1480
|
-
}
|
|
926
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
927
|
+
{ "type": "null" }
|
|
1481
928
|
]
|
|
1482
929
|
},
|
|
1483
|
-
"
|
|
1484
|
-
|
|
1485
|
-
},
|
|
1486
|
-
"
|
|
1487
|
-
|
|
1488
|
-
},
|
|
1489
|
-
"
|
|
930
|
+
"agents": { "type": "array", "items": { "type": "string" } },
|
|
931
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
932
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
933
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
934
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
|
|
935
|
+
"sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
936
|
+
"renderedFiles": {
|
|
1490
937
|
"anyOf": [
|
|
1491
938
|
{
|
|
1492
|
-
"type": "
|
|
939
|
+
"type": "object",
|
|
940
|
+
"additionalProperties": {
|
|
941
|
+
"type": "array",
|
|
942
|
+
"items": {
|
|
943
|
+
"type": "object",
|
|
944
|
+
"properties": { "path": { "type": "string" } },
|
|
945
|
+
"required": ["path"],
|
|
946
|
+
"additionalProperties": false
|
|
947
|
+
}
|
|
948
|
+
}
|
|
1493
949
|
},
|
|
1494
|
-
{
|
|
1495
|
-
"type": "null"
|
|
1496
|
-
}
|
|
950
|
+
{ "type": "null" }
|
|
1497
951
|
]
|
|
1498
|
-
}
|
|
1499
|
-
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
"required": ["type", "url", "agents", "installedAt", "updatedAt"],
|
|
955
|
+
"additionalProperties": false
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"type": "object",
|
|
959
|
+
"properties": {
|
|
960
|
+
"type": { "type": "string", "enum": ["local"] },
|
|
961
|
+
"path": { "type": "string" },
|
|
962
|
+
"agents": { "type": "array", "items": { "type": "string" } },
|
|
963
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
964
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
965
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
966
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
|
|
967
|
+
"sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
968
|
+
"renderedFiles": {
|
|
1500
969
|
"anyOf": [
|
|
1501
970
|
{
|
|
1502
|
-
"type": "
|
|
971
|
+
"type": "object",
|
|
972
|
+
"additionalProperties": {
|
|
973
|
+
"type": "array",
|
|
974
|
+
"items": {
|
|
975
|
+
"type": "object",
|
|
976
|
+
"properties": { "path": { "type": "string" } },
|
|
977
|
+
"required": ["path"],
|
|
978
|
+
"additionalProperties": false
|
|
979
|
+
}
|
|
980
|
+
}
|
|
1503
981
|
},
|
|
1504
|
-
{
|
|
1505
|
-
"type": "null"
|
|
1506
|
-
}
|
|
982
|
+
{ "type": "null" }
|
|
1507
983
|
]
|
|
1508
984
|
}
|
|
1509
985
|
},
|
|
1510
|
-
"required": ["type", "
|
|
986
|
+
"required": ["type", "path", "agents", "installedAt", "updatedAt"],
|
|
1511
987
|
"additionalProperties": false
|
|
1512
988
|
},
|
|
1513
989
|
{
|
|
1514
990
|
"type": "object",
|
|
1515
991
|
"properties": {
|
|
1516
|
-
"type": {
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
},
|
|
1520
|
-
"
|
|
1521
|
-
|
|
1522
|
-
},
|
|
1523
|
-
"installedAt": {
|
|
1524
|
-
|
|
1525
|
-
},
|
|
1526
|
-
"
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
"gitTreeHash": {
|
|
992
|
+
"type": { "type": "string", "enum": ["registry"] },
|
|
993
|
+
"owner": { "$ref": "#/definitions/Handle" },
|
|
994
|
+
"name": { "$ref": "#/definitions/ExtensionName" },
|
|
995
|
+
"resolvedVersion": { "$ref": "#/definitions/ExactSemverVersion" },
|
|
996
|
+
"integrity": { "type": "string" },
|
|
997
|
+
"sourceName": { "type": "string" },
|
|
998
|
+
"agents": { "type": "array", "items": { "type": "string" } },
|
|
999
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
1000
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
1001
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
1002
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
|
|
1003
|
+
"sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
1004
|
+
"renderedFiles": {
|
|
1530
1005
|
"anyOf": [
|
|
1531
1006
|
{
|
|
1532
|
-
"type": "
|
|
1007
|
+
"type": "object",
|
|
1008
|
+
"additionalProperties": {
|
|
1009
|
+
"type": "array",
|
|
1010
|
+
"items": {
|
|
1011
|
+
"type": "object",
|
|
1012
|
+
"properties": { "path": { "type": "string" } },
|
|
1013
|
+
"required": ["path"],
|
|
1014
|
+
"additionalProperties": false
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1533
1017
|
},
|
|
1534
|
-
{
|
|
1535
|
-
|
|
1536
|
-
|
|
1018
|
+
{ "type": "null" }
|
|
1019
|
+
]
|
|
1020
|
+
}
|
|
1021
|
+
},
|
|
1022
|
+
"required": [
|
|
1023
|
+
"type",
|
|
1024
|
+
"owner",
|
|
1025
|
+
"name",
|
|
1026
|
+
"resolvedVersion",
|
|
1027
|
+
"integrity",
|
|
1028
|
+
"sourceName",
|
|
1029
|
+
"agents",
|
|
1030
|
+
"installedAt",
|
|
1031
|
+
"updatedAt"
|
|
1032
|
+
],
|
|
1033
|
+
"additionalProperties": false
|
|
1034
|
+
}
|
|
1035
|
+
]
|
|
1036
|
+
}
|
|
1037
|
+
},
|
|
1038
|
+
{ "type": "null" }
|
|
1039
|
+
]
|
|
1040
|
+
},
|
|
1041
|
+
"mcpServers": {
|
|
1042
|
+
"anyOf": [
|
|
1043
|
+
{
|
|
1044
|
+
"type": "object",
|
|
1045
|
+
"additionalProperties": {
|
|
1046
|
+
"anyOf": [
|
|
1047
|
+
{
|
|
1048
|
+
"type": "object",
|
|
1049
|
+
"properties": {
|
|
1050
|
+
"type": { "type": "string", "enum": ["github"] },
|
|
1051
|
+
"owner": { "$ref": "#/definitions/SourceSegment" },
|
|
1052
|
+
"repo": { "$ref": "#/definitions/SourceSegment" },
|
|
1053
|
+
"ref": {
|
|
1054
|
+
"anyOf": [
|
|
1055
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
1056
|
+
{ "type": "null" }
|
|
1537
1057
|
]
|
|
1538
1058
|
},
|
|
1539
|
-
"
|
|
1059
|
+
"path": {
|
|
1540
1060
|
"anyOf": [
|
|
1541
|
-
{
|
|
1542
|
-
|
|
1543
|
-
},
|
|
1544
|
-
{
|
|
1545
|
-
"type": "null"
|
|
1546
|
-
}
|
|
1061
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
1062
|
+
{ "type": "null" }
|
|
1547
1063
|
]
|
|
1548
|
-
}
|
|
1064
|
+
},
|
|
1065
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
1066
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
1067
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
1068
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
|
|
1549
1069
|
},
|
|
1550
|
-
"required": ["type", "
|
|
1070
|
+
"required": ["type", "owner", "repo", "installedAt", "updatedAt"],
|
|
1551
1071
|
"additionalProperties": false
|
|
1552
1072
|
},
|
|
1553
1073
|
{
|
|
1554
1074
|
"type": "object",
|
|
1555
1075
|
"properties": {
|
|
1556
|
-
"type": {
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
"$ref": "#/definitions/ExtensionName"
|
|
1076
|
+
"type": { "type": "string", "enum": ["gitlab"] },
|
|
1077
|
+
"owner": { "$ref": "#/definitions/SourceSegment" },
|
|
1078
|
+
"repo": { "$ref": "#/definitions/SourceSegment" },
|
|
1079
|
+
"ref": {
|
|
1080
|
+
"anyOf": [
|
|
1081
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
1082
|
+
{ "type": "null" }
|
|
1083
|
+
]
|
|
1565
1084
|
},
|
|
1566
|
-
"
|
|
1567
|
-
"
|
|
1085
|
+
"path": {
|
|
1086
|
+
"anyOf": [
|
|
1087
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
1088
|
+
{ "type": "null" }
|
|
1089
|
+
]
|
|
1568
1090
|
},
|
|
1569
|
-
"
|
|
1570
|
-
|
|
1091
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
1092
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
1093
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
1094
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
|
|
1095
|
+
},
|
|
1096
|
+
"required": ["type", "owner", "repo", "installedAt", "updatedAt"],
|
|
1097
|
+
"additionalProperties": false
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"type": "object",
|
|
1101
|
+
"properties": {
|
|
1102
|
+
"type": { "type": "string", "enum": ["bitbucket"] },
|
|
1103
|
+
"owner": { "$ref": "#/definitions/SourceSegment" },
|
|
1104
|
+
"repo": { "$ref": "#/definitions/SourceSegment" },
|
|
1105
|
+
"ref": {
|
|
1106
|
+
"anyOf": [
|
|
1107
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
1108
|
+
{ "type": "null" }
|
|
1109
|
+
]
|
|
1571
1110
|
},
|
|
1572
|
-
"
|
|
1573
|
-
"
|
|
1111
|
+
"path": {
|
|
1112
|
+
"anyOf": [
|
|
1113
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
1114
|
+
{ "type": "null" }
|
|
1115
|
+
]
|
|
1574
1116
|
},
|
|
1575
|
-
"installedAt": {
|
|
1576
|
-
|
|
1117
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
1118
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
1119
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
1120
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
|
|
1121
|
+
},
|
|
1122
|
+
"required": ["type", "owner", "repo", "installedAt", "updatedAt"],
|
|
1123
|
+
"additionalProperties": false
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"type": "object",
|
|
1127
|
+
"properties": {
|
|
1128
|
+
"type": { "type": "string", "enum": ["azurerepos"] },
|
|
1129
|
+
"organization": { "$ref": "#/definitions/SourceSegment" },
|
|
1130
|
+
"project": { "$ref": "#/definitions/SourceSegment" },
|
|
1131
|
+
"repo": { "$ref": "#/definitions/SourceSegment" },
|
|
1132
|
+
"ref": {
|
|
1133
|
+
"anyOf": [
|
|
1134
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
1135
|
+
{ "type": "null" }
|
|
1136
|
+
]
|
|
1577
1137
|
},
|
|
1578
|
-
"
|
|
1579
|
-
"
|
|
1138
|
+
"path": {
|
|
1139
|
+
"anyOf": [
|
|
1140
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
1141
|
+
{ "type": "null" }
|
|
1142
|
+
]
|
|
1580
1143
|
},
|
|
1581
|
-
"
|
|
1144
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
1145
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
1146
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
1147
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
|
|
1148
|
+
},
|
|
1149
|
+
"required": [
|
|
1150
|
+
"type",
|
|
1151
|
+
"organization",
|
|
1152
|
+
"project",
|
|
1153
|
+
"repo",
|
|
1154
|
+
"installedAt",
|
|
1155
|
+
"updatedAt"
|
|
1156
|
+
],
|
|
1157
|
+
"additionalProperties": false
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"type": "object",
|
|
1161
|
+
"properties": {
|
|
1162
|
+
"type": { "type": "string", "enum": ["git"] },
|
|
1163
|
+
"url": { "type": "string" },
|
|
1164
|
+
"ref": {
|
|
1582
1165
|
"anyOf": [
|
|
1583
|
-
{
|
|
1584
|
-
|
|
1585
|
-
},
|
|
1586
|
-
{
|
|
1587
|
-
"type": "null"
|
|
1588
|
-
}
|
|
1166
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
1167
|
+
{ "type": "null" }
|
|
1589
1168
|
]
|
|
1590
1169
|
},
|
|
1591
|
-
"
|
|
1170
|
+
"path": {
|
|
1592
1171
|
"anyOf": [
|
|
1593
|
-
{
|
|
1594
|
-
|
|
1595
|
-
},
|
|
1596
|
-
{
|
|
1597
|
-
"type": "null"
|
|
1598
|
-
}
|
|
1172
|
+
{ "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
1173
|
+
{ "type": "null" }
|
|
1599
1174
|
]
|
|
1600
|
-
}
|
|
1175
|
+
},
|
|
1176
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
1177
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
1178
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
1179
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
|
|
1180
|
+
},
|
|
1181
|
+
"required": ["type", "url", "installedAt", "updatedAt"],
|
|
1182
|
+
"additionalProperties": false
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"type": "object",
|
|
1186
|
+
"properties": {
|
|
1187
|
+
"type": { "type": "string", "enum": ["local"] },
|
|
1188
|
+
"path": { "type": "string" },
|
|
1189
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
1190
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
1191
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
1192
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
|
|
1193
|
+
},
|
|
1194
|
+
"required": ["type", "path", "installedAt", "updatedAt"],
|
|
1195
|
+
"additionalProperties": false
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"type": "object",
|
|
1199
|
+
"properties": {
|
|
1200
|
+
"type": { "type": "string", "enum": ["registry"] },
|
|
1201
|
+
"owner": { "$ref": "#/definitions/Handle" },
|
|
1202
|
+
"name": { "$ref": "#/definitions/ExtensionName" },
|
|
1203
|
+
"resolvedVersion": { "$ref": "#/definitions/ExactSemverVersion" },
|
|
1204
|
+
"integrity": { "type": "string" },
|
|
1205
|
+
"sourceName": { "type": "string" },
|
|
1206
|
+
"installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
1207
|
+
"updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
|
|
1208
|
+
"gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
1209
|
+
"retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
|
|
1601
1210
|
},
|
|
1602
1211
|
"required": [
|
|
1603
1212
|
"type",
|
|
@@ -1614,22 +1223,16 @@
|
|
|
1614
1223
|
]
|
|
1615
1224
|
}
|
|
1616
1225
|
},
|
|
1617
|
-
{
|
|
1618
|
-
"type": "null"
|
|
1619
|
-
}
|
|
1226
|
+
{ "type": "null" }
|
|
1620
1227
|
]
|
|
1621
1228
|
},
|
|
1622
1229
|
"packs": {
|
|
1623
1230
|
"anyOf": [
|
|
1624
1231
|
{
|
|
1625
1232
|
"type": "object",
|
|
1626
|
-
"additionalProperties": {
|
|
1627
|
-
"$ref": "#/definitions/ExtensionPackLockEntry"
|
|
1628
|
-
}
|
|
1233
|
+
"additionalProperties": { "$ref": "#/definitions/ExtensionPackLockEntry" }
|
|
1629
1234
|
},
|
|
1630
|
-
{
|
|
1631
|
-
"type": "null"
|
|
1632
|
-
}
|
|
1235
|
+
{ "type": "null" }
|
|
1633
1236
|
]
|
|
1634
1237
|
}
|
|
1635
1238
|
},
|