{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://shop.linqs.in/llms-json-schema","title":"LINQS llms-json product schema","type":"object","properties":{"name":{"type":"string"},"generated_at":{"type":"string","format":"date-time"},"source_version":{"type":"string"},"schema_version":{"type":"string"},"products":{"type":"array","items":{"type":"object","required":["id","slug","title","url","status","chip_family","chip_origin","form_factor","stock_status","last_updated"]}}},"required":["name","generated_at","source_version","schema_version","products"]}