Skip to content

Instantly share code, notes, and snippets.

View shuroo-stack's full-sized avatar

shuroo-stack

  • Joined Oct 13, 2025
View GitHub Profile
@shuroo-stack
shuroo-stack / property_report_schema.json
Created October 13, 2025 13:20
Real Estate Research Agent
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "PropertyReport",
"type": "object",
"properties": {
"snapshot": { "type": "string" },
"price_trend": { "type": "string" },
"crime": { "type": "string" },
"amenities": { "type": "string" },
"pros": { "type": "array", "items": { "type": "string" } },