{
  "schema_version": "1.0",
  "vrp_node_version": "1.0",
  "identity": {
    "name": "Rose Cottage",
    "type": "VacationRental",
    "domain": "rosecottagefife.co.uk",
    "booking_domain": "book.rosecottagefife.co.uk",
    "canonical_url": "https://rosecottagefife.co.uk",
    "preferred_booking_url": "https://book.rosecottagefife.co.uk/hold",
    "source_of_truth": true,
    "booking_authority": "canonical"
  },
  "location": {
    "locality": "Chance Inn",
    "nearest_town": "Cupar",
    "region": "Fife",
    "postal_code_area": "KY15",
    "country": "GB",
    "coordinates": {
      "latitude": 56.280947,
      "longitude": -3.014512,
      "precision": "hamlet"
    }
  },
  "capacity": {
    "max_guests": 8,
    "bedrooms": 3,
    "additional_sleeping": "mezzanine"
  },
  "policies": {
    "pets_allowed": true,
    "max_dogs": 2,
    "dog_fees": {
      "first_dog_pence": 0,
      "second_dog_pence": 10000,
      "basis": "per stay"
    },
    "min_nights_peak": 7,
    "min_nights_offpeak": "3-4",
    "changeover_day_peak": "saturday",
    "changeover_day_offpeak": "any",
    "deposit_percent": 25,
    "approval_required": true,
    "instant_confirmation": false
  },
  "currency": "GBP",
  "amounts_in": "pence",
  "endpoints": {
    "availability": "https://book.rosecottagefife.co.uk/availability",
    "quote": "https://book.rosecottagefife.co.uk/quote",
    "verified_stay_offer": "https://book.rosecottagefife.co.uk/verified-stay-offer",
    "verify_offer": "https://book.rosecottagefife.co.uk/offer/verify",
    "availability_api": "https://book.rosecottagefife.co.uk/api/availability",
    "quote_api": "https://book.rosecottagefife.co.uk/api/quote",
    "verified_stay_offer_api": "https://book.rosecottagefife.co.uk/api/verified-stay-offer",
    "verify_offer_api": "https://book.rosecottagefife.co.uk/api/offer/verify",
    "jwks": "https://book.rosecottagefife.co.uk/.well-known/jwks.json",
    "traversal": "https://book.rosecottagefife.co.uk/.well-known/agent-traversal.json",
    "booking_request": "https://book.rosecottagefife.co.uk/api/hold",
    "human_booking_form": "https://book.rosecottagefife.co.uk/hold",
    "mcp": "https://book.rosecottagefife.co.uk/mcp",
    "llms_txt": "https://rosecottagefife.co.uk/llms.txt",
    "agent_json": "https://rosecottagefife.co.uk/.well-known/agent.json"
  },
  "trust": {
    "signing_algorithm": "EdDSA (Ed25519)",
    "offer_transport": "compact JWS",
    "jwks_url": "https://book.rosecottagefife.co.uk/.well-known/jwks.json",
    "offer_ttl_hours": 24,
    "note": "Offers are signed price guarantees, not confirmed bookings."
  },
  "contact": {
    "owner": "Grant",
    "email": "hello@rosecottagefife.co.uk",
    "phone": "07813 772716"
  },
  "infrastructure": {
    "provider": "Bookrail",
    "url": "https://bookrail.co.uk"
  },
  "booking_horizon": {
    "rates_published_to": "2027-01-04",
    "note": "Dates beyond this may appear available but cannot be quoted. Do not estimate; refer the guest to the owner."
  }
}