schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
mtad.json | vcap-services | Restart on vcap-services env change | {"type": "boolean"} |
mtad.json | user-provided | Restart on user-provided env change | {"type": "boolean"} |
mtad.json | name | An MTA internal name which must match either a provided name, a resource name, or a module name within the same MTA. | {"type": "string", "pattern": "^[A-Za-z0-9_\\-\\.]+$"} |
mtad.json | list | All required and found configuration data sets will be assembled into a JSON array and provided to the module by the lookup name as specified by the value of 'list'. | {"type": "string"} |
mtad.json | properties | Required properties can be mapped from provided properties. Provided property values can be accessed by "~{<provided-property-name>}". Such expressions can be part of an arbitrary string | {"type": "object"} |
mtad.json | properties-metadata | Additional information about the required dependency's properties. | {} |
mtad.json | parameters | Parameters can be used to influence the behavior of tools which interpret this descriptor. Parameters are not made available to the module at runtime. Provided property values can be accessed by "~{<provided-property-name>}". Such expressions can be part of an arbitrary string | {} |
mtad.json | parameters-metadata | Additional information about the required dependency's parameters. | {} |
mtad.json | content-target | Specify that the resource would be used as a target for the module content deployment. | {"type": "boolean"} |
mtad.json | name | An MTA internal name which can used by a requiring module. | {"type": "string", "pattern": "^[A-Za-z0-9_\\-\\.]+$"} |
mtad.json | public | Indicates, that the provided properties shall be made publicly available by the deployer. Default value is false. | {"type": "boolean"} |
mtad.json | properties | Property names and values make up the configuration data which is to be provided to requiring modules at runtime | {"type": "object"} |
mtad.json | properties-metadata | Additional information about the provided dependency's properties. | {} |
mtad.json | parameters | Parameters can be used to influence the behavior of tools which interpret this descriptor. Parameters are not made available to the module at runtime. Provided property values can be accessed by "~{<provided-property-name>}". Such expressions can be part of an arbitrary string | {} |
mtad.json | parameters-metadata | Additional information about the provided dependency's parameters. | {} |
mtad.json | name | An MTA internal name which must match either a provided name, or a resource name within the same MTA. | {"type": "string", "pattern": "^[A-Za-z0-9_\\-\\.]+$"} |
mtad.json | properties | Required properties can be mapped from provided properties. Provided property values can be accessed by "~{<provided-property-name>}". Such expressions can be part of an arbitrary string | {"type": "object"} |
mtad.json | properties-metadata | Additional information about the required dependency's properties. | {} |
mtad.json | parameters | Parameters can be used to influence the behavior of tools which interpret this descriptor. Parameters are not made available to the resource at runtime. Provided property values can be accessed by "~{<provided-property-name>}". Such expressions can be part of an arbitrary string | {"type": "object"} |
mtad.json | parameters-metadata | Additional information about the required dependency's parameters. | {} |
mtad.json | service | Name of the service to create. | {"type": "string", "anyOf": [{"enum": ["application-logs", "auditlog", "rabbitmq", "autoscaler", "portal-services", "fs-storage", "hana", "jobscheduler", "xsuaa", "connectivity", "destination", "feature-flags", "redis", "ml-foundation-services", "mongodb", "objectstore", "postgresql"]}, {"type": "string"}]} |
mtad.json | service-key-name | Used when consuming an existing service key. Specifies the name of the service key. See Consumption of existing service keys for more information. | {"type": "string"} |
mtad.json | service-name | Service instance name. Default value is the resource name. | {"type": "string"} |
mtad.json | service-broker | The name of the service broker to be used. | {"type": "string"} |
mtad.json | service-plan | Name of the service plan to be used. | {"type": "string"} |
mtad.json | service-tags | Some services employ a list of custom tags, which provide an easier way for applications to parse <VCAP_SERVICES> for credentials. You can provide custom tags when creating a service instance. For more information, see Service Tags. | {"type": "array", "items": {"type": "string"}} |
mtad.json | siteId | A globally unique ID (GUID) for your Fiori LaunchPad site. | {"type": "string"} |
mtad.json | config | Map value, containing the service creation configuration, for example, url and user credentials (user and password). | {"type": "object"} |
mtad.json | syslog-drain-url | URL to which logs for bound applications are streamed. | {"type": "string"} |
mtad.json | skip-service-updates | Map value, containing the service components (parameters, plan, tags) to skip when updating a service. | {} |
mtad.json | provider-nid | When used for cross-MTA dependency resolution the provider-nid is always 'mta'. | {"type": "string", "enum": ["mta"]} |
mtad.json | provider-id | The resource from the provider MTA <mta-id>:<mta-provides-dependency-name>. | {"type": "string"} |
mtad.json | version | The version of the provider MTA. | {"type": "string", "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(-(0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(\\.(0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*)?(\\+[0-9a-zA-Z-]+(\\.[0-9a-zA-Z-]+)*)?$"} |
mtad.json | target | The name of the organization and space in which the provider MTA is deployed. | {} |
mtad.json | parameters | The configuration parameters which will be passed to the service broker. | {"type": "boolean"} |
mtad.json | plan | The service plan. | {"type": "boolean"} |
mtad.json | tags | The custom tags for a service instance. | {"type": "boolean"} |
mtad.json | syslog-drain-url | URL to which logs for bound applications are streamed. | {"type": "boolean"} |
mtad.json | org | The org in which the configuration will be looked for | {"type": "string"} |
mtad.json | space | The space in which the configuration will be looked for | {"type": "string"} |
mtad.json | overwritable | Default value is true. | {"type": "boolean"} |
mtad.json | optional | Default value is false. | {"type": "boolean"} |
mtad.json | name | An internal name which can be used for documentation purposes and shown by the deployer. | {"type": "string", "pattern": "^[A-Za-z0-9_\\-\\.]+$"} |
mtad.json | type | Defines the type of action that should be executed by the deployer. | {"type": "string", "default": "task", "enum": ["task"]} |
mtad.json | phases | A list of strings that define the points at which the hook must be executed. | {"type": "array", "items": {"type": "string", "enum": ["application.before-stop.live", "application.before-stop.idle", "application.after-stop.live", "application.after-stop.idle", "application.before-unmap-routes", "deploy.application.before-stop", "blue-green.application.before-stop.idle", "blue-green.application.before-stop.live", "deploy.application.after-stop", "blue-green.application.after-stop.idle", "blue-green.application.after-stop.live", "deploy.application.before-unmap-routes", "blue-green.application.before-unmap-routes.live", "blue-green.application.before-unmap-routes.idle", "deploy.application.before-start", "blue-green.application.before-start.idle", "blue-green.application.before-start.live"]}} |
mtad.json | parameters | Configuration parameters that are used when executing the hook to the target runtime environment. | {} |
mtad.json | parameters-metadata | Additional information about the hook's parameters. | {} |
mtad.json | requires | List of names either matching a resource name or a provided dependency name provided within the same MTA that are required by this hook. | {"type": "array", "items": {"type": "object", "required": ["name"], "properties": {"name": {"type": "string", "pattern": "^[A-Za-z0-9_\\-\\.]+$"}, "parameters": {"type": "object"}, "parameters-metadata": {}}}} |
mtad.json | name | An MTA internal name which must match either a provided name, or a resource name within the same MTA. | {"type": "string", "pattern": "^[A-Za-z0-9_\\-\\.]+$"} |
mtad.json | parameters | Parameters can be used to influence the behavior of tools which interpret this descriptor. Parameters are not made available to the hook at runtime. Provided property values can be accessed by "~{<provided-property-name>}". Such expressions can be part of an arbitrary string | {"type": "object"} |
mtad.json | parameters-metadata | Additional information about the hook's parameters. | {} |
mtad.json | name | Defines the name of the Cloud Foundry task that should be executed. | {"type": "string"} |
mtad.json | command | Defines the actual command that is executed as a Cloud Foundry task. | {"type": "string"} |
mtad.json | memory | Defines the memory that is available to the Cloud Foundry task. | {} |
mtad.json | disk-quota | Defines the disk space that is available to the Cloud Foundry task. | {} |
mtad.json | _schema-version | Used to indicate to an MTA processing tool (e.g. a deployer), which schema version was taken as the base when authoring a descriptor. | {"type": "string", "pattern": "^(\\d+\\.)?(\\d+\\.)?(\\*|\\d+)$", "default": "3.3.0"} |
mtad.json | ID | A globally unique ID of this MTA. Unlimited string of unicode characters. | {"type": "string", "pattern": "^[A-Za-z0-9_\\-\\.]+$"} |
mtad.json | version | Application version. Shall follow the semantic versioning standard. | {"type": "string", "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(-(0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(\\.(0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*)?(\\+[0-9a-zA-Z-]+(\\.[0-9a-zA-Z-]+)*)?$"} |
mtad.json | description | A non-translatable description of this MTA. This is not a text for application users. | {"type": "string"} |
mtad.json | provider | The provider or vendor of this software. | {"type": "string"} |
mtad.json | copyright | A copyright statement from the provider. | {"type": "string"} |
mtad.json | parameters | Global parameters related to the MTA application. | {"type": "object"} |
mtad.json | parameters-metadata | Additional information about the MTA's parameters. | {} |
mtad.json | hooks | A list of hooks that will be executed for the MTA. | {} |
mtad.json | modules | A list of modules to be deployed by the MTA application. | {"type": "array", "items": {"type": "object", "required": ["name", "type"], "properties": {"name": {"type": "string", "pattern": "^[A-Za-z0-9_\\-\\.]+$"}, "type": {}, "path": {"type": "string"}, "deployed-after": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object"}, "properties-metadata": {}, "parameters": {}, "parameters-metadata": {}, "hooks": {}, "requires": {}, "provides": {}}}} |
mtad.json | name | The module name which must be unique and cannot be the same as any provided property set or resource name. | {"type": "string", "pattern": "^[A-Za-z0-9_\\-\\.]+$"} |
mtad.json | type | The module type that defines the design-time tools for the module. | {} |
mtad.json | description | A free text describing this module. | {"type": "string"} |
mtad.json | path | The path to a folder that contains the module artifacts. | {"type": "string"} |
mtad.json | deployed-after | A list containing the names of the modules that must be deployed prior to this one. | {"type": "array", "items": {"type": "string"}} |
mtad.json | properties | A collection of key-value pairs that are available to the module at runtime. | {"type": "object"} |
mtad.json | properties-metadata | Additional information about the module's properties. | {} |
mtad.json | parameters | Configuration parameters that are used when deploying the module to the target runtime environment. | {} |
mtad.json | parameters-metadata | Additional information about the module's parameters. | {} |
mtad.json | hooks | A list of hooks that will be executed for the module. | {} |
mtad.json | requires | List of names either matching a resource name or a name provided by another module within the same MTA that are required by this module. | {} |
mtad.json | provides | List of provided names (MTA internal) to which properties can be attached | {} |
mtad.json | resources | A list of resources to be deployed by the MTA application. | {"type": "array", "items": {"type": "object", "required": ["name"], "properties": {"name": {"type": "string", "pattern": "^[A-Za-z0-9_\\-\\.]+$"}, "type": {}, "active": {"type": "boolean"}, "optional": {"type": "boolean"}, "processed-after": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object"}, "properties-metadata": {}, "parameters": {}, "parameters-metadata": {}, "hooks": {}, "requires": {}}}} |
mtad.json | name | The resource name which must be unique and cannot be the same as any provided property set or resource name. | {"type": "string", "pattern": "^[A-Za-z0-9_\\-\\.]+$"} |
mtad.json | type | The resource type that defines the design-time tools for the resource. | {} |
mtad.json | active | If a resource is declared to be active, it is allocated and bound according to declared requirements. Default value is true. | {"type": "boolean"} |
mtad.json | optional | A resource can be declared to be optional, if the MTA can compensate for its non-existence. Default value is false. | {"type": "boolean"} |
mtad.json | description | A free text describing this resource. | {"type": "string"} |
mtad.json | processed-after | A list containing the names of the resources that must be processed prior to this one. | {"type": "array", "items": {"type": "string"}} |
mtad.json | properties | Property names and values make up the configuration data which is to be provided to requiring modules at runtime. | {"type": "object"} |
mtad.json | properties-metadata | Additional information about the resource's properties. | {} |
mtad.json | parameters | Parameters can be used to influence the behavior of tools which interpret this descriptor. Parameters are not made available to requiring modules at runtime. Untyped resources cannot have parameters. | {} |
mtad.json | parameters-metadata | Additional information about the resource's parameters. | {} |
mtad.json | hooks | A list of hooks that will be executed for the resource. | {} |
mtad.json | requires | List of names either matching a resource name or a name provided by another resource within the same MTA that are required by this resource. | {} |
mtad.json | module-types | A list of custom module type definitions that will be used by the MTA application. | {"type": "array", "items": {"type": "object", "required": ["name", "extends"], "properties": {"name": {"type": "string", "pattern": "^[A-Za-z0-9_\\-\\.]+$"}, "extends": {"type": "string"}, "properties": {"type": "object"}, "properties-metadata": {}, "parameters": {"type": "object"}, "parameters-metadata": {}}}} |
mtad.json | name | An MTA internal name of the module type that will be specified in the 'type' element of modules consuming it. | {"type": "string", "pattern": "^[A-Za-z0-9_\\-\\.]+$"} |
mtad.json | extends | The name of the extended type. Can be another module type defined in this descriptor or one of the default types supported by the deployer. | {"type": "string"} |
mtad.json | properties | A collection of key-value pairs that will be inherited by all modules of this type. | {"type": "object"} |
mtad.json | properties-metadata | Additional information about the module type's properties. | {} |
mtad.json | parameters | Configuration parameters that will be inherited in all modules of this type. | {"type": "object"} |
mtad.json | parameters-metadata | Additional information about the module's parameters. | {} |
mtad.json | resource-types | A list of custom resource type definitions that will be used by the MTA application. | {"type": "array", "items": {"type": "object", "required": ["name", "extends"], "properties": {"name": {"type": "string", "pattern": "^[A-Za-z0-9_\\-\\.]+$"}, "extends": {"type": "string"}, "properties": {"type": "object"}, "properties-metadata": {}, "parameters": {"type": "object"}, "parameters-metadata": {}}}} |
mtad.json | name | An MTA internal name of the resource type that will be specified in the 'type' element of resources consuming it. | {"type": "string", "pattern": "^[A-Za-z0-9_\\-\\.]+$"} |
mtad.json | extends | The name of the extended type. Can be another resource type defined in this descriptor or one of the default types supported by the deployer. | {"type": "string"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.