JSON Schema Lookup via SchemaStore Query schemastore.org's catalog of public configuration file schemas to validate structure, discover options, and check allowed values. API - Catalog : - Structure: - Individual schemas : Fetch the from the matching catalog entry Workflow 1. Find the schema Search the catalog by name or filename pattern: Alternatively, use WebFetch on the catalog URL and ask for the relevant entry. 2. Fetch and inspect the schema 3. Common queries Tips - Some schemas use / composition -- check those arrays for the full property set - The field on catalog entries provides ver…