Property definitions keyed by object type, then by property definition id (UUID). When the request scopes to a single object type, only that key is present.
Get metadata properties
import osfrom micro_so import Microclient = Micro( api_key=os.environ.get("MICRO_API_KEY"), # This is the default and can be omitted)response = client.prism.properties.list_all()print(response)
{ "foo": {}}
Returns Examples
{ "foo": {}}
What can I help you with?
I can help answer questions about micro. What do you want to build?