docs(business glossary): fix specification of the file (#3679)

This commit is contained in:
Aseem Bansal 2021-12-08 06:44:27 +05:30 committed by GitHub
parent dc2db392fd
commit aba060a04c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,8 @@ The business glossary source file should be a `.yml` file with the following top
- **users**: (optional) a list of user ids
- **groups**: (optional) a list of group ids
- **url**: (optional) external url pointing to where the glossary is defined externally, if applicable.
- **nodes**: list of **GlossaryNode** objects, as defined below.
- **nodes**: (optional) list of child **GlossaryNode** objects
- **terms**: (optional) list of child **GlossaryTerm** objects
**GlossaryNode**: a container of **GlossaryNode** and **GlossaryTerm** objects