added store_as_string to readme

This commit is contained in:
iLLiCiTiT 2021-07-12 11:43:17 +02:00
parent 62782b4db6
commit 470b3d4add

View file

@ -337,6 +337,11 @@ How output of the schema could look like on save:
- schema also defines valid value type
- by default it is dictionary
- to be able use list it is required to define `is_list` to `true`
- output can be stored as string
- this is to allow any keys in dictionary
- set key `store_as_string` to `true`
- code using that setting must expected that value is string and use json module to convert it to python types
```
{
"type": "raw-json",