Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.framen.com/llms.txt

Use this file to discover all available pages before exploring further.

The visitors_7 field is a JSON array of 7 integers — one per day of the week, starting with Monday — representing the expected number of daily visitors at a location.

Structure

IndexDay
0Monday
1Tuesday
2Wednesday
3Thursday
4Friday
5Saturday
6Sunday

Example

A café that expects roughly 200 visitors on weekdays, 350 on Saturdays, and 150 on Sundays:
[200, 200, 200, 200, 200, 350, 150]
The array must always contain exactly 7 elements. Passing fewer or more will result in a validation error.
Last modified on April 13, 2026