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/nlu/schemas/data_schema/#entity_dict_schema "Direct link to heading")

Copy

entity_dict_schema()-> Dict[Text, Any]

Returns: schema for defining entities in Markdown format.

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

Copy

rasa_nlu_data_schema()-> Dict[Text, Any]

Returns: schema of the Rasa NLU data format (json format).
