doc: Add examples for runtime defined data and Schema

This commit is contained in:
Clément Renault
2018-12-29 12:26:33 +01:00
parent a842e647f7
commit 20b5a6a06e
5 changed files with 94 additions and 47 deletions

View File

@ -0,0 +1,19 @@
# This schema has been generated ...
# The order in which the attributes are declared is important,
# it specify the attribute xxx...
identifier = "id"
[attributes.id]
stored = true
[attributes.title]
stored = true
indexed = true
[attributes.description]
stored = true
indexed = true
[attributes.image]
stored = true