You are viewing documentation for our open source project which is maintained by the community. If you want to get started building assistants with Rasa please check out our latest [documentation here](/content/docs/index.html).

#### entity_dict_schema [#](https://legacy-docs-oss.rasa.com/docs/rasa/reference/rasa/shared/nlu/training_data/schemas/data_schema/#entity_dict_schema "Direct link to heading")

```python
def entity_dict_schema() -> Dict[Text, Any]:
    """Returns: schema for defining entities."""
```

#### rasa_nlu_data_schema [#](https://legacy-docs-oss.rasa.com/docs/rasa/reference/rasa/shared/nlu/training_data/schemas/data_schema/#rasa_nlu_data_schema "Direct link to heading")

```python
def rasa_nlu_data_schema() -> Dict[Text, Any]:
    """Returns: schema of the Rasa NLU data format (json format)."""
```
