> For the complete documentation index, see [llms.txt](https://docs.foreprotocol.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.foreprotocol.io/documentation/developers/ipfs/market-object-format.md).

# Market Object Format

This format is used to create a market object file, which is then uploaded into ipfs.

```javascript
{
    "question": "Will Obama win the election in 2024?",
    "category": "Politics",
    "subcategory": "Elections",
    "tags": ["obama", "election", "2024"],
    "proofSource": "https://www.cnn.com"
}
```
