@adobe/reactor-turbine-schemas 10.3.0 → 10.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ on:
10
10
  jobs:
11
11
  notify-on-success:
12
12
  runs-on: ubuntu-latest
13
- if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.inputs.tag == 'latest'}}
13
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
14
14
  steps:
15
15
  - uses: actions/checkout@v2
16
16
  - name: Get latest tag
package/README.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @adobe/reactor-turbine-schemas
2
2
 
3
- Experience Platform Tags, by Adobe, is a next-generation tag management solution enabling simplified deployment of marketing technologies. For more information regarding Experience Platform Tags, please visit our [product website](http://www.adobe.com/enterprise/cloud-platform/launch.html).
3
+ Adobe Experience Platform Tags is a next-generation tag management solution enabling simplified deployment of marketing technologies. For more information regarding Tags, please visit our [product website](http://www.adobe.com/enterprise/cloud-platform/launch.html).
4
4
 
5
- This project is a collection of schemas based on the [JSON Schema vocabulary](https://json-schema.org/) that are used for validation of JSON objects within Experience Platform Tags. The schemas are not intended to be used directly by consumers; they are used by the Experience Platform Tags system and extension development tools.
5
+ This project is a collection of schemas based on the [JSON Schema vocabulary](https://json-schema.org/) that are used for validation of JSON objects within Tags. The schemas are not intended to be used directly by consumers; they are used by the Tags system and extension development tools.
6
6
 
7
7
  ## Available Schemas
8
8
 
9
9
  ### container.json
10
10
 
11
- A schema describing the "container" output for [Turbine (Web)](https://github.com/adobe/reactor-turbine) (the Experience Platform Tags rule engine). The container object contains configuration specific to an Experience Platform Tags property. Turbine uses the container as instruction on how to behave when running on a client website.
11
+ A schema describing the "container" output for [Turbine (Web)](https://github.com/adobe/reactor-turbine) (the Experience Platform Tags rule engine). The container object contains configuration specific to a Platform Tags property. Turbine uses the container as instruction on how to behave when running on a client website.
12
12
 
13
13
  ### extension-package-web.json
14
14
 
@@ -16,7 +16,7 @@ A schema describing the `extension.json` found in a web extension package. The `
16
16
 
17
17
  ### extension-package-mobile.json
18
18
 
19
- A schema describing the `extension.json` found in a web extension package. The `extension.json` file describes the contents of an extension.
19
+ A schema describing the `extension.json` found in a mobile extension package. The `extension.json` file describes the contents of an extension.
20
20
 
21
21
  ## Contributing
22
22
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adobe/reactor-turbine-schemas",
3
- "version": "10.3.0",
4
- "description": "A collection of schema used for validation of JSON objects within Launch.",
3
+ "version": "10.3.1",
4
+ "description": "A collection of schema used for validation of JSON objects within Tags.",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git@git.corp.adobe.com:reactor/turbine-schemas.git"