35 lines
783 B
YAML
35 lines
783 B
YAML
project:
|
|
name: project
|
|
collection: notebooks.projects
|
|
attributes:
|
|
- &project
|
|
parameter_name: projectsId
|
|
attribute_name: project
|
|
help: The project ID.
|
|
property: core/project
|
|
disable_auto_completers: false
|
|
|
|
location:
|
|
name: location
|
|
collection: notebooks.projects.locations
|
|
attributes:
|
|
- *project
|
|
- &location
|
|
parameter_name: locationsId
|
|
attribute_name: location
|
|
help: The location of the workbench instance.
|
|
property: notebooks/location
|
|
disable_auto_completers: false
|
|
|
|
instance:
|
|
name: instance
|
|
collection: notebooks.projects.locations.instances
|
|
attributes:
|
|
- *project
|
|
- *location
|
|
- &instance
|
|
parameter_name: instancesId
|
|
attribute_name: instance
|
|
help: The workbench instance.
|
|
disable_auto_completers: false
|