{"schema_id":"rfp","category":"procurement","title":"Procurement / RFP","description":"Public tenders, RFPs, and procurement notices.","json_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://data-marketplace-catalog.bakosbence.com/v1/catalog/schemas/rfp","title":"Procurement notice row","description":"One tender or solicitation notice.","type":"object","properties":{"title":{"description":"Listing / product / posting title.","type":"string"},"url":{"description":"Canonical public URL for the item.","type":"string","format":"uri"},"external_id":{"description":"Stable merchant / listing id when available.","type":"string"},"currency":{"description":"ISO-like currency code when prices are present (e.g. EUR, USD, HUF).","type":"string"},"image_urls":{"description":"Image URLs for the listing.","type":"array","items":{"type":"string","format":"uri"}},"extra":{"description":"Site-specific bag of extra fields not promoted to top-level columns.","type":"object","additionalProperties":true},"record":{"description":"Nested maximal payload for scrapers that keep a raw/enriched object alongside flat columns. Prefer flat fields when both exist.","type":"object","additionalProperties":true},"buyer":{"description":"Buying organization / agency name.","type":"string"},"description":{"description":"Notice summary or body excerpt.","type":["string","null"]},"deadline":{"description":"Bid / response deadline when available (ISO date or site text).","type":["string","null"]},"posted_at":{"description":"Publication / posted date when available.","type":["string","null"]},"status":{"description":"Notice status (open, closed, awarded, …).","type":"string"},"bid_process_type":{"description":"Procurement process type when labeled.","type":"string"},"government_type":{"description":"Government level / type when labeled.","type":"string"}},"additionalProperties":true}}