mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added store_as_string to readme
This commit is contained in:
parent
62782b4db6
commit
470b3d4add
1 changed files with 5 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue