Metadata Object
Optional user-provided object. See Using Metadata for more information.
This object behaves like a dictionary or mapping in most programming languages. Fields can be accessed using standard notation, such as
obj['key']
in Python or obj.get('key')
in Java.{
"host": "127.0.0.1"
}
Last modified 9mo ago