Skip to content

routedock.schema.json duplicated across three locations #63

Description

@winsznx

Priority: P1 · Area: DX

The identical schema exists at packages/sdk/src/schemas/routedock.schema.json, apps/provider-a/src/routedock.schema.json, and apps/provider-b/src/routedock.schema.json. Both apps load their local copy via createRequire rather than importing from the SDK. A field addition must be synced manually in three places.

Proposed fix: Remove the two app-level copies. Export the schema from the SDK as @routedock/routedock/schema and add the ./schema subpath export to package.json.


RouteDock Drip Wave 6 backlog.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions