roam/daily/2021-12-02.org

30 lines
485 B
Org Mode
Raw Normal View History

2021-12-03 20:52:19 +00:00
:PROPERTIES:
:ID: e4076573-cb80-4df5-b432-9a1a1e477f60
:END:
#+title: 2021-12-02
* [[id:11edd6c9-b976-403b-a419-b5542ddedaae][Search]] inputs JSON
#+begin_src json
[
{
"field": "name",
"description": "Name",
"operators": [
{
"name": "is",
"description": "is",
"type": "string"
},
{
"name": "choose",
"type": "enum",
"options": [
"a",
"b"
]
}
]
}
]
#+end_src