List available engine resources for the catalog.
A resource represents a type of data that can be held within the catalog, so this endpoint can be used to see what attribute types can be used when updating the schema of a catalog type.
OK response.
[
{
"category": "custom",
"description": "Boolean true or false value",
"label": "GitHub Repository",
"type": "CatalogEntry[\"01GVGYJSD39FRKVDWACK9NDS4E\"]",
"value_docstring": "Either the GraphQL node ID of the repository or a string of <owner>/<repo>, e.g. incident-io/website"
}
]