Resource Spec
owner [Required]
{% include-markdown "../common/entity-owner.md" %}
type [Required]
The type of resource as a string, e.g. database. There is currently no enforced set of values for this field, so it is left up to the user to decide an appropriate name, in doing so the user is encouraged to reference existing Resources on the developer portal.
Some common values for this field may include:
databases3-bucketcluster
system [Optional]
{% include-markdown "../common/entity-system.md" %}
dependsOn [Optional]
{% include-markdown "../common/entity-dependson.md" %}
dependencyOf [Optional]
An array of entity references to the Components and Resources that this resource is a dependency of, e.g. dependencyOf: [artist-lookup]. There is no requirement for these entities to be created within the same location; Existing entities can be listed in the catalog. Use of this field is discouraged in favour defining dependsOn on the dependant Component or Resource.