The marketplace manifest contains a $schema reference that redirects and ultimately returns HTTP 404. This leaves editors and schema-aware tooling without a resolvable schema for the manifest.\n\nSteps to reproduce:\n1. Open the repository's marketplace manifest.\n2. Resolve its $schema URL with an HTTP client that follows redirects.\n3. Observe the final HTTP status.\n\nExpected: the declared schema is available and returns 200.\nActual: the declared schema URL returns 404 after redirecting.\n\nSuggested fix: point the reference at a maintained schema, or remove the stale $schema field if no public schema is available.
The marketplace manifest contains a $schema reference that redirects and ultimately returns HTTP 404. This leaves editors and schema-aware tooling without a resolvable schema for the manifest.\n\nSteps to reproduce:\n1. Open the repository's marketplace manifest.\n2. Resolve its $schema URL with an HTTP client that follows redirects.\n3. Observe the final HTTP status.\n\nExpected: the declared schema is available and returns 200.\nActual: the declared schema URL returns 404 after redirecting.\n\nSuggested fix: point the reference at a maintained schema, or remove the stale $schema field if no public schema is available.