# Metadata

## Properties

<table><thead><tr><th width="248">Property</th><th>Description</th></tr></thead><tbody><tr><td>coverageLevel</td><td>Defines the granularity of data collected for an event.</td></tr><tr><td>fixtureStatus</td><td>Indicates the current phase of an event, such as upcoming, in progress, paused or completed.</td></tr><tr><td>collectionStatus</td><td>Reflects the ongoing state of data collection for an event, highlighting if it's active, paused, or complete.</td></tr><tr><td>collectionStatusReasonCode</td><td>Provides a code or explanation for the current data collection status, clarifying any interruptions or changes.</td></tr></tbody></table>

{% code title="JSON example" %}

```json
{
    "coverageLevel": 1,
    "fixtureStatus": 1,
    "collectionStatus": 3,
    "collectionStatusReasonCode": 6
}
```

{% endcode %}
