type: object
description: Information about a Python class or module available in TouchDesigner
required:
- name
- type
properties:
name:
type: string
description: Name of the class or module
type:
type: string
enum: [class, module, function, object]
description: Type of the Python entity
description:
type: string
description: Description of the class or module