Skip to content

manifest schema reference returns 404 #288

Description

@dajiaohuang

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions